From 8c23aea4af201b03f7fdb95629d73145527bf5de Mon Sep 17 00:00:00 2001 From: John Date: Mon, 5 May 2025 04:14:30 -0400 Subject: [PATCH] to_c: oops --- compiler/cl-repl/examples/to_c.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/cl-repl/examples/to_c.rs b/compiler/cl-repl/examples/to_c.rs index 21cbb71..3124e49 100644 --- a/compiler/cl-repl/examples/to_c.rs +++ b/compiler/cl-repl/examples/to_c.rs @@ -844,7 +844,6 @@ pub mod clangify { fn print(&self, y: &mut CLangifier) { match self { PathPart::SuperKw => y.p("super"), - PathPart::SelfKw => y.p("self"), PathPart::SelfTy => y.p("Self"), PathPart::Ident(i) => y.p(i), };