mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-29 19:17:12 +00:00
remvoe add_attr edit_in_place.rs because it use ted.
This commit is contained in:
parent
8d75311400
commit
c57a42acf3
24 changed files with 185 additions and 116 deletions
|
|
@ -194,7 +194,7 @@ fn insert_use_with_alias_option(
|
|||
use_tree = use_tree.clone_for_update();
|
||||
use_tree.wrap_in_tree_list();
|
||||
}
|
||||
let use_item = make::use_(None, use_tree).clone_for_update();
|
||||
let use_item = make::use_(None, None, use_tree).clone_for_update();
|
||||
for attr in
|
||||
scope.required_cfgs.iter().map(|attr| attr.syntax().clone_subtree().clone_for_update())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue