We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1c9e10 + 13249b7 commit 2a48432Copy full SHA for 2a48432
crates/base-db/src/lib.rs
@@ -75,7 +75,7 @@ pub trait SourceDatabase: FileLoader + std::fmt::Debug {
75
#[salsa::input]
76
fn crate_graph(&self) -> Arc<CrateGraph>;
77
78
- /// The crate graph.
+ /// The proc macros.
79
80
fn proc_macros(&self) -> Arc<ProcMacros>;
81
}
0 commit comments