diff options
| author | Alex Macleod <alex@macleod.io> | 2021-10-31 12:25:53 +0000 |
|---|---|---|
| committer | Alex Macleod <alex@macleod.io> | 2021-10-31 12:59:53 +0000 |
| commit | 28c225f7758f68b25205953919b74c1c7fe03e2a (patch) | |
| tree | 88b28d2079a8f0993ddcc05515e0196e63a38648 | |
| parent | 310ecb0a5c0d9161679c256052822f34c6eb548a (diff) | |
| download | rust-28c225f7758f68b25205953919b74c1c7fe03e2a.tar.gz rust-28c225f7758f68b25205953919b74c1c7fe03e2a.zip | |
Move non_ascii_literal to restriction
| -rw-r--r-- | clippy_lints/src/lib.register_pedantic.rs | 1 | ||||
| -rw-r--r-- | clippy_lints/src/lib.register_restriction.rs | 1 | ||||
| -rw-r--r-- | clippy_lints/src/unicode.rs | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/clippy_lints/src/lib.register_pedantic.rs b/clippy_lints/src/lib.register_pedantic.rs index 63ab7f1ca6f..6893bfd473d 100644 --- a/clippy_lints/src/lib.register_pedantic.rs +++ b/clippy_lints/src/lib.register_pedantic.rs @@ -89,7 +89,6 @@ store.register_group(true, "clippy::pedantic", Some("clippy_pedantic"), vec