Skip to content

Commit b86999e

Browse files
authored
Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obk
Add checking for unnecessary delims in closure body Fixes #136741
2 parents 816b4a6 + c37949c commit b86999e

File tree

1 file changed

+1
-1
lines changed
  • crates/rust-analyzer/src/cli

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/cli/scip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ impl flags::Scip {
2525
eprintln!("Generating SCIP start...");
2626
let now = Instant::now();
2727

28-
let no_progress = &|s| (eprintln!("rust-analyzer: Loading {s}"));
28+
let no_progress = &|s| eprintln!("rust-analyzer: Loading {s}");
2929
let root =
3030
vfs::AbsPathBuf::assert_utf8(std::env::current_dir()?.join(&self.path)).normalize();
3131

0 commit comments

Comments
 (0)