diff options
| author | Philipp Krones <hello@philkrones.com> | 2024-02-22 15:59:29 +0100 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2024-02-22 15:59:29 +0100 |
| commit | dc0bb69e66e72918a72bac38b57bf7716b3e010d (patch) | |
| tree | 05f1aa0df76e5e9ed29455f4aa8b1b23436c8309 /clippy_utils/src/paths.rs | |
| parent | 31b551fee925cf9ca2d3c37fa09a712ef8e66228 (diff) | |
| parent | d554bcad7914a7fbe01a40371a7917ac0b763494 (diff) | |
Merge remote-tracking branch 'upstream/master' into rustup
Diffstat (limited to 'clippy_utils/src/paths.rs')
| -rw-r--r-- | clippy_utils/src/paths.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_utils/src/paths.rs b/clippy_utils/src/paths.rs index 0051f784514..a51ada8aa12 100644 --- a/clippy_utils/src/paths.rs +++ b/clippy_utils/src/paths.rs @@ -11,7 +11,7 @@ pub const APPLICABILITY_VALUES: [[&str; 3]; 4] = [ ["rustc_lint_defs", "Applicability", "MaybeIncorrect"], ["rustc_lint_defs", "Applicability", "MachineApplicable"], ]; -pub const DIAGNOSTIC_BUILDER: [&str; 3] = ["rustc_errors", "diagnostic_builder", "DiagnosticBuilder"]; +pub const DIAGNOSTIC_BUILDER: [&str; 2] = ["rustc_errors", "DiagnosticBuilder"]; pub const BINARYHEAP_ITER: [&str; 5] = ["alloc", "collections", "binary_heap", "BinaryHeap", "iter"]; pub const BTREEMAP_CONTAINS_KEY: [&str; 6] = ["alloc", "collections", "btree", "map", "BTreeMap", "contains_key"]; pub const BTREEMAP_INSERT: [&str; 6] = ["alloc", "collections", "btree", "map", "BTreeMap", "insert"]; |
