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 f7b800c commit 937f1ffCopy full SHA for 937f1ff
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