File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2975,8 +2975,8 @@ declare_clippy_lint! {
2975
2975
/// # let mut state = DefaultHasher::new();
2976
2976
/// # let my_enum = Foo::Empty;
2977
2977
/// match my_enum {
2978
- /// Empty => ().hash(&mut state),
2979
- /// WithValue(x) => x.hash(&mut state),
2978
+ /// Empty => ().hash(&mut state),
2979
+ /// WithValue(x) => x.hash(&mut state),
2980
2980
/// }
2981
2981
/// ```
2982
2982
/// Use instead:
@@ -3295,8 +3295,8 @@ declare_clippy_lint! {
3295
3295
/// ```
3296
3296
#[ clippy:: version = "1.70.0" ]
3297
3297
pub JOIN_ABSOLUTE_PATHS ,
3298
- pedantic ,
3299
- "arg to .join called on a Path contains separator at the start "
3298
+ correctness ,
3299
+ "arg to .join called on a Path contains leading separator "
3300
3300
}
3301
3301
3302
3302
declare_clippy_lint ! {
You can’t perform that action at this time.
0 commit comments