@@ -122,17 +122,11 @@ pub const RANGE_ARGUMENT_TRAIT: [&str; 3] = ["core", "ops", "RangeBounds"];
122
122
pub const RC_PTR_EQ : [ & str ; 4 ] = [ "alloc" , "rc" , "Rc" , "ptr_eq" ] ;
123
123
pub const REFCELL_REF : [ & str ; 3 ] = [ "core" , "cell" , "Ref" ] ;
124
124
pub const REFCELL_REFMUT : [ & str ; 3 ] = [ "core" , "cell" , "RefMut" ] ;
125
- #[ expect( clippy:: invalid_paths) ] // internal lints do not know about all external crates
126
125
pub const REGEX_BUILDER_NEW : [ & str ; 5 ] = [ "regex" , "re_builder" , "unicode" , "RegexBuilder" , "new" ] ;
127
- #[ expect( clippy:: invalid_paths) ] // internal lints do not know about all external crates
128
126
pub const REGEX_BYTES_BUILDER_NEW : [ & str ; 5 ] = [ "regex" , "re_builder" , "bytes" , "RegexBuilder" , "new" ] ;
129
- #[ expect( clippy:: invalid_paths) ] // internal lints do not know about all external crates
130
127
pub const REGEX_BYTES_NEW : [ & str ; 4 ] = [ "regex" , "re_bytes" , "Regex" , "new" ] ;
131
- #[ expect( clippy:: invalid_paths) ] // internal lints do not know about all external crates
132
128
pub const REGEX_BYTES_SET_NEW : [ & str ; 5 ] = [ "regex" , "re_set" , "bytes" , "RegexSet" , "new" ] ;
133
- #[ expect( clippy:: invalid_paths) ] // internal lints do not know about all external crates
134
129
pub const REGEX_NEW : [ & str ; 4 ] = [ "regex" , "re_unicode" , "Regex" , "new" ] ;
135
- #[ expect( clippy:: invalid_paths) ] // internal lints do not know about all external crates
136
130
pub const REGEX_SET_NEW : [ & str ; 5 ] = [ "regex" , "re_set" , "unicode" , "RegexSet" , "new" ] ;
137
131
/// Preferably use the diagnostic item `sym::Result` where possible
138
132
pub const RESULT : [ & str ; 3 ] = [ "core" , "result" , "Result" ] ;
0 commit comments