Skip to content

Commit 2bd26e6

Browse files
bors[bot]Jonas Schievink
andauthored
Merge #6443
6443: Remove unnecessary clone r=jonas-schievink a=jonas-schievink bors r+ 🤖 Co-authored-by: Jonas Schievink <[email protected]>
2 parents eb4e84f + 58e3fd8 commit 2bd26e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/main_loop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ impl GlobalState {
243243
self.report_progress("indexing", Progress::Begin, None, Some(0.0));
244244
}
245245

246-
self.report_progress("indexing", state, message.clone(), Some(fraction));
246+
self.report_progress("indexing", state, message, Some(fraction));
247247
}
248248
}
249249
Event::Vfs(mut task) => {

0 commit comments

Comments
 (0)