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
108108
109109---
110110** 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 )
112112
113113
114114## ` allow-panic-in-tests `
Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ define_Conf! {
298298 #[ lints( uninlined_format_args) ]
299299 allow_mixed_uninlined_format_args: bool = true ,
300300 /// Whether to allow `r#""#` when `r""` can be used
301- #[ lints( unnecessary_raw_string_hashes ) ]
301+ #[ lints( needless_raw_string_hashes ) ]
302302 allow_one_hash_in_raw_strings: bool = false ,
303303 /// Whether `panic` should be allowed in test functions or `#[cfg(test)]`
304304 #[ lints( panic) ]
You can’t perform that action at this time.
0 commit comments