Skip to content

Commit c37949c

Browse files
committed
remove unnecessary parens in rust-analyzer
1 parent 57b64a7 commit c37949c

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)