Skip to content

Commit b4ee911

Browse files
committed
"fallout"
1 parent 02c46f0 commit b4ee911

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
@@ -54,8 +54,8 @@ pub const REGEX_BYTES_SET_NEW: [&'static str; 5] = ["regex", "re_set", "bytes",
5454
pub const REGEX_NEW: [&'static str; 4] = ["regex", "re_unicode", "Regex", "new"];
5555
pub const REGEX_SET_NEW: [&'static str; 5] = ["regex", "re_set", "unicode", "RegexSet", "new"];
5656
pub const RESULT: [&'static str; 3] = ["core", "result", "Result"];
57-
pub const STRING: [&'static str; 3] = ["collections", "string", "String"];
5857
pub const SERDE_DE_VISITOR: [&'static str; 3] = ["serde", "de", "Visitor"];
58+
pub const STRING: [&'static str; 3] = ["collections", "string", "String"];
5959
pub const TRANSMUTE: [&'static str; 4] = ["core", "intrinsics", "", "transmute"];
6060
pub const VEC: [&'static str; 3] = ["collections", "vec", "Vec"];
6161
pub const VEC_DEQUE: [&'static str; 3] = ["collections", "vec_deque", "VecDeque"];

0 commit comments

Comments
 (0)