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 5051717 commit 96fbef6Copy full SHA for 96fbef6
crates/hir_expand/src/lib.rs
@@ -38,9 +38,6 @@ use crate::{
38
proc_macro::ProcMacroExpander,
39
};
40
41
-#[cfg(test)]
42
-mod test_db;
43
-
44
/// Input to the analyzer is a set of files, where each file is identified by
45
/// `FileId` and contains source code. However, another source of source code in
46
/// Rust are macros: each macro can be thought of as producing a "temporary
crates/hir_expand/src/test_db.rs
0 commit comments