mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Create trait Removable
, replace ted
APIs with builder APIs
This commit is contained in:
parent
37e20decad
commit
a695e900f6
8 changed files with 45 additions and 27 deletions
|
@ -12,7 +12,7 @@ use syntax::{
|
|||
ast::{
|
||||
self,
|
||||
edit::{self, AstNodeEdit},
|
||||
edit_in_place::AttrsOwnerEdit,
|
||||
edit_in_place::{AttrsOwnerEdit, Removable},
|
||||
make, HasArgList, HasAttrs, HasGenericParams, HasName, HasTypeBounds, Whitespace,
|
||||
},
|
||||
ted, AstNode, AstToken, Direction, SmolStr, SourceFile,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue