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 a0f03bc commit d1311f5Copy full SHA for d1311f5
src/tools/rust-analyzer/crates/base-db/src/fixture.rs
@@ -316,6 +316,8 @@ impl ChangeFixture {
316
}
317
318
319
+ let _ = file_id;
320
+
321
let root = match current_source_root_kind {
322
SourceRootKind::Local => SourceRoot::new_local(mem::take(&mut file_set)),
323
SourceRootKind::Library => SourceRoot::new_library(mem::take(&mut file_set)),
0 commit comments