mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Merge #6443
6443: Remove unnecessary clone r=jonas-schievink a=jonas-schievink
bors r+ 🤖
Co-authored-by: Jonas Schievink <jonas.schievink@ferrous-systems.com>
This commit is contained in:
commit
2bd26e6afc
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ impl GlobalState {
|
|||
self.report_progress("indexing", Progress::Begin, None, Some(0.0));
|
||||
}
|
||||
|
||||
self.report_progress("indexing", state, message.clone(), Some(fraction));
|
||||
self.report_progress("indexing", state, message, Some(fraction));
|
||||
}
|
||||
}
|
||||
Event::Vfs(mut task) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue