mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 21:04:18 +00:00
refactor: Remove unnecessary Arc
This commit is contained in:
parent
7edfeb9674
commit
b5eedad8e3
11 changed files with 22 additions and 26 deletions
|
|
@ -250,7 +250,7 @@ impl Analysis {
|
|||
Edition::CURRENT,
|
||||
None,
|
||||
None,
|
||||
Arc::new(cfg_options),
|
||||
cfg_options,
|
||||
None,
|
||||
Env::default(),
|
||||
CrateOrigin::Local { repo: None, name: None },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue