about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorcgm616 <cgm616@me.com>2020-10-25 11:31:24 -0400
committercgm616 <cgm616@me.com>2020-10-25 11:31:24 -0400
commit312bbff6968dbebd367ca90677c676e2cf5198d2 (patch)
tree472edb78a942b9280bc761ab9db48482939b3d08 /src
parente7e4b35bdf695c4db5a1f34319d01b12a9d54b34 (diff)
downloadrust-312bbff6968dbebd367ca90677c676e2cf5198d2.tar.gz
rust-312bbff6968dbebd367ca90677c676e2cf5198d2.zip
Integrate suggestions from code review
Diffstat (limited to 'src')
-rw-r--r--src/lintlist/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lintlist/mod.rs b/src/lintlist/mod.rs
index fc8efb81cfc..6272ce45efb 100644
--- a/src/lintlist/mod.rs
+++ b/src/lintlist/mod.rs
@@ -2644,7 +2644,7 @@ vec![
         module: "unused_unit",
     },
     Lint {
-        name: "unusual_byte_grouping",
+        name: "unusual_byte_groupings",
         group: "style",
         desc: "binary or hex literals that aren\'t grouped by four",
         deprecation: None,