File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Whether to allow `r#""#` when `r""` can be used
108
108
109
109
---
110
110
** Affected lints:**
111
- * [ ` unnecessary_raw_string_hashes ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_raw_string_hashes )
111
+ * [ ` needless_raw_string_hashes ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes )
112
112
113
113
114
114
## ` allow-panic-in-tests `
Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ define_Conf! {
298
298
#[ lints( uninlined_format_args) ]
299
299
allow_mixed_uninlined_format_args: bool = true ,
300
300
/// Whether to allow `r#""#` when `r""` can be used
301
- #[ lints( unnecessary_raw_string_hashes ) ]
301
+ #[ lints( needless_raw_string_hashes ) ]
302
302
allow_one_hash_in_raw_strings: bool = false ,
303
303
/// Whether `panic` should be allowed in test functions or `#[cfg(test)]`
304
304
#[ lints( panic) ]
You can’t perform that action at this time.
0 commit comments