Auto merge of #15843 - roife:master, r=lnicola

minor: correct a typo in a comment in base-db/lib.rs
This commit is contained in:
bors 2023-11-07 07:11:28 +00:00
commit 2a48432819

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>;
}