to_c: oops

This commit is contained in:
John 2025-05-05 04:14:30 -04:00
parent d6c0a6cf1b
commit 8c23aea4af

View File

@ -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),
};