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
@ -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…
x
Reference in New Issue
Block a user