Skip to content

Commit 58e3fd8

Browse files
author
Jonas Schievink
committed
Remove unnecessary clone
1 parent eb4e84f commit 58e3fd8

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)