to_c: oops
This commit is contained in:
parent
d6c0a6cf1b
commit
8c23aea4af
@ -844,7 +844,6 @@ pub mod clangify {
|
|||||||
fn print(&self, y: &mut CLangifier) {
|
fn print(&self, y: &mut CLangifier) {
|
||||||
match self {
|
match self {
|
||||||
PathPart::SuperKw => y.p("super"),
|
PathPart::SuperKw => y.p("super"),
|
||||||
PathPart::SelfKw => y.p("self"),
|
|
||||||
PathPart::SelfTy => y.p("Self"),
|
PathPart::SelfTy => y.p("Self"),
|
||||||
PathPart::Ident(i) => y.p(i),
|
PathPart::Ident(i) => y.p(i),
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user