From 62502a9403683d88822e93b429a637dc0f641018 Mon Sep 17 00:00:00 2001 From: Takayuki Nakata Date: Tue, 11 Aug 2020 22:34:23 +0900 Subject: [PATCH] Update comment for function `rustc::lint::builtin` -> `rustc_session::lint::builtin` --- src/librustc_lint/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_lint/lib.rs b/src/librustc_lint/lib.rs index 15a9affbff7e9..1f17c7dcba43f 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),*) => (