We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c9e10 commit 13249b7Copy full SHA for 13249b7
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