Skip to content

Commit c45255b

Browse files
committed
Auto merge of rust-lang#6282 - giraffate:sync-from-rust, r=ebroto
Rustup changelog: none
2 parents e298c83 + 4a3a249 commit c45255b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/utils/paths.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pub const IO_WRITE: [&str; 3] = ["std", "io", "Write"];
5959
pub const ITERATOR: [&str; 5] = ["core", "iter", "traits", "iterator", "Iterator"];
6060
pub const LATE_CONTEXT: [&str; 2] = ["rustc_lint", "LateContext"];
6161
pub const LINKED_LIST: [&str; 4] = ["alloc", "collections", "linked_list", "LinkedList"];
62-
pub const LINT: [&str; 3] = ["rustc_session", "lint", "Lint"];
62+
pub const LINT: [&str; 2] = ["rustc_lint_defs", "Lint"];
6363
pub const MEM_DISCRIMINANT: [&str; 3] = ["core", "mem", "discriminant"];
6464
pub const MEM_FORGET: [&str; 3] = ["core", "mem", "forget"];
6565
pub const MEM_MANUALLY_DROP: [&str; 4] = ["core", "mem", "manually_drop", "ManuallyDrop"];

0 commit comments

Comments
 (0)