Skip to content

Commit

Permalink
Rollup merge of #75403 - giraffate:update_comment_in_fn, r=ecstatic-m…
Browse files Browse the repository at this point in the history
…orse

Update comment for function

`rustc::lint::builtin` -> `rustc_session::lint::builtin`
  • Loading branch information
tmandry committed Aug 11, 2020
2 parents a421197 + 62502a9 commit d38997e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_lint/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ pub fn new_lint_store(no_interleave_lints: bool, internal_lints: bool) -> LintSt

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

0 comments on commit d38997e

Please sign in to comment.