Skip to content

Commit 2a48432

Browse files
committed
Auto merge of rust-lang#15843 - roife:master, r=lnicola
minor: correct a typo in a comment in base-db/lib.rs
2 parents c1c9e10 + 13249b7 commit 2a48432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/base-db/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pub trait SourceDatabase: FileLoader + std::fmt::Debug {
7575
#[salsa::input]
7676
fn crate_graph(&self) -> Arc<CrateGraph>;
7777

78-
/// The crate graph.
78+
/// The proc macros.
7979
#[salsa::input]
8080
fn proc_macros(&self) -> Arc<ProcMacros>;
8181
}

0 commit comments

Comments
 (0)