Skip to content

Commit

Permalink
Auto merge of #15843 - roife:master, r=lnicola
Browse files Browse the repository at this point in the history
minor: correct a typo in a comment in base-db/lib.rs
  • Loading branch information
bors committed Nov 7, 2023
2 parents c1c9e10 + 13249b7 commit 2a48432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/base-db/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
}
Expand Down

0 comments on commit 2a48432

Please sign in to comment.