mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Fmt
This commit is contained in:
parent
68eabf1bf1
commit
364d9c4910
4 changed files with 12 additions and 4 deletions
|
@ -248,7 +248,7 @@ impl ast::WhereClause {
|
|||
}
|
||||
}
|
||||
|
||||
pub trait Removable : AstNode {
|
||||
pub trait Removable: AstNode {
|
||||
fn remove(&self);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue