Skip to content

Commit 4dc954f

Browse files
committed
remove unnecessary parens in rust-analyzer
1 parent 93db9e7 commit 4dc954f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/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)