mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
remove clones
This commit is contained in:
parent
bbcd998433
commit
85ff328d31
4 changed files with 5 additions and 6 deletions
|
@ -162,7 +162,7 @@ impl Query {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
#[derive(Debug)]
|
||||
pub struct Analysis {
|
||||
imp: AnalysisImpl
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue