We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffa3a0 commit 0f9f06dCopy full SHA for 0f9f06d
src/tools/rust-analyzer/crates/test-fixture/src/lib.rs
@@ -371,6 +371,8 @@ impl ChangeFixture {
371
}
372
373
374
+ let _ = file_id;
375
+
376
let root = match current_source_root_kind {
377
SourceRootKind::Local => SourceRoot::new_local(mem::take(&mut file_set)),
378
SourceRootKind::Library => SourceRoot::new_library(mem::take(&mut file_set)),
0 commit comments