mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Remove some redundant allocations
This commit is contained in:
parent
479d1f7eec
commit
26a1675764
10 changed files with 9 additions and 10 deletions
|
@ -475,7 +475,7 @@ fn add_target_crate_root(
|
|||
Some(display_name),
|
||||
cfg_options,
|
||||
env,
|
||||
proc_macro.clone(),
|
||||
proc_macro,
|
||||
);
|
||||
|
||||
crate_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue