correct "Affected lints" for allow-one-hash-in-raw-strings
This commit is contained in:
parent
8c01600e23
commit
749eb371bf
2 changed files with 2 additions and 2 deletions
|
|
@ -108,7 +108,7 @@ Whether to allow `r#""#` when `r""` can be used
|
|||
|
||||
---
|
||||
**Affected lints:**
|
||||
* [`unnecessary_raw_string_hashes`](https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_raw_string_hashes)
|
||||
* [`needless_raw_string_hashes`](https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes)
|
||||
|
||||
|
||||
## `allow-panic-in-tests`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue