fix: correct a typo in a comment in base-db/lib.rs

This commit is contained in:
roife 2023-11-07 14:51:34 +08:00
parent c1c9e10f72
commit 13249b7dd9

View File

@ -75,7 +75,7 @@ pub trait SourceDatabase: FileLoader + std::fmt::Debug {
#[salsa::input]
fn crate_graph(&self) -> Arc<CrateGraph>;
/// The crate graph.
/// The proc macros.
#[salsa::input]
fn proc_macros(&self) -> Arc<ProcMacros>;
}