Skip to content

Commit d38997e

Browse files
authored
Rollup merge of #75403 - giraffate:update_comment_in_fn, r=ecstatic-morse
Update comment for function `rustc::lint::builtin` -> `rustc_session::lint::builtin`
2 parents a421197 + 62502a9 commit d38997e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_lint/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ pub fn new_lint_store(no_interleave_lints: bool, internal_lints: bool) -> LintSt
219219

220220
/// Tell the `LintStore` about all the built-in lints (the ones
221221
/// defined in this crate and the ones defined in
222-
/// `rustc::lint::builtin`).
222+
/// `rustc_session::lint::builtin`).
223223
fn register_builtins(store: &mut LintStore, no_interleave_lints: bool) {
224224
macro_rules! add_lint_group {
225225
($name:expr, $($lint:ident),*) => (

0 commit comments

Comments
 (0)