mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Avoid cloning Arc<[T]>
into a vec if possible
This commit is contained in:
parent
77f2dd96a1
commit
f8d4cdc170
5 changed files with 55 additions and 31 deletions
|
@ -51,6 +51,7 @@ mod lang_item;
|
|||
mod generics;
|
||||
mod resolve;
|
||||
pub mod diagnostics;
|
||||
mod util;
|
||||
|
||||
mod code_model;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue