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 641ffac commit 96be3ffCopy full SHA for 96be3ff
src/tools/rust-analyzer/crates/test-fixture/src/lib.rs
@@ -323,6 +323,8 @@ impl ChangeFixture {
323
}
324
325
326
+ let _ = file_id;
327
+
328
let root = match current_source_root_kind {
329
SourceRootKind::Local => SourceRoot::new_local(mem::take(&mut file_set)),
330
SourceRootKind::Library => SourceRoot::new_library(mem::take(&mut file_set)),
0 commit comments