Skip to content

Commit 67ad2b3

Browse files
committed
Move RangeArgument
1 parent 4edd140 commit 67ad2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/utils/paths.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pub const OPTION_SOME: [&str; 4] = ["core", "option", "Option", "Some"];
5757
pub const PTR_NULL: [&str; 2] = ["ptr", "null"];
5858
pub const PTR_NULL_MUT: [&str; 2] = ["ptr", "null_mut"];
5959
pub const RANGE: [&str; 3] = ["core", "ops", "Range"];
60-
pub const RANGE_ARGUMENT_TRAIT: [&str; 3] = ["alloc", "range", "RangeArgument"];
60+
pub const RANGE_ARGUMENT_TRAIT: [&str; 3] = ["core", "ops", "RangeBound"];
6161
pub const RANGE_FROM: [&str; 3] = ["core", "ops", "RangeFrom"];
6262
pub const RANGE_FROM_STD: [&str; 3] = ["std", "ops", "RangeFrom"];
6363
pub const RANGE_FULL: [&str; 3] = ["core", "ops", "RangeFull"];

0 commit comments

Comments
 (0)