about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-03-05 18:25:07 +0000
committerbors <bors@rust-lang.org>2020-03-05 18:25:07 +0000
commit3d0f0e33aff4f5d916ec286bc586935d767c3cfc (patch)
tree33ef5ac502a7b37201269cee65bfc4f854420140 /src
parent23d2b212976d65ae72c0814d1d779d92a5d9c6fe (diff)
parent57393b5106c5475dbe9f99f75013e8ea7f1988d6 (diff)
downloadrust-3d0f0e33aff4f5d916ec286bc586935d767c3cfc.tar.gz
rust-3d0f0e33aff4f5d916ec286bc586935d767c3cfc.zip
Auto merge of #5276 - flip1995:macro_use, r=flip1995
Rename macro_use_import -> macro_use_imports

I missed this during review of #5230. We can just do this, without deprecating the old name, since this lint didn't hit nightly rustc yet.

changelog: none
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 1635ff7babd..4ae4ccc91f0 100644
--- a/src/lintlist/mod.rs
+++ b/src/lintlist/mod.rs
@@ -1016,7 +1016,7 @@ pub const ALL_LINTS: [Lint; 360] = [
         module: "float_literal",
     },
     Lint {
-        name: "macro_use_import",
+        name: "macro_use_imports",
         group: "pedantic",
         desc: "#[macro_use] is no longer needed",
         deprecation: None,