This commit is contained in:
ice1000 2022-09-02 05:13:33 +00:00
parent 68eabf1bf1
commit 364d9c4910
4 changed files with 12 additions and 4 deletions

View file

@ -248,7 +248,7 @@ impl ast::WhereClause {
}
}
pub trait Removable : AstNode {
pub trait Removable: AstNode {
fn remove(&self);
}