diff options
| author | Tyler Mandry <tmandry@gmail.com> | 2020-08-11 12:28:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-11 12:28:35 -0700 |
| commit | d38997e4d91b5c9d730e3c00ab00df93bc1412c8 (patch) | |
| tree | 01f3e252c2c49125fc5bd901af93421e871d6259 | |
| parent | a4211977d7814e2036f2a3e470bca17da81a01bf (diff) | |
| parent | 62502a9403683d88822e93b429a637dc0f641018 (diff) | |
Rollup merge of #75403 - giraffate:update_comment_in_fn, r=ecstatic-morse
Update comment for function `rustc::lint::builtin` -> `rustc_session::lint::builtin`
| -rw-r--r-- | src/librustc_lint/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_lint/lib.rs b/src/librustc_lint/lib.rs index 15a9affbff7..1f17c7dcba4 100644 --- a/src/librustc_lint/lib.rs +++ b/src/librustc_lint/lib.rs @@ -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),*) => ( |
