]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/unnecessary_self_imports.rs
Rollup merge of #91562 - dtolnay:asyncspace, r=Mark-Simulacrum
[rust.git] / src / tools / clippy / clippy_lints / src / unnecessary_self_imports.rs
index 4cfd2df551f1bcda7b80e832309a9b3a8f3b5453..839a4bdab09de36e5a32b4ad335fc66382233be1 100644 (file)
@@ -26,6 +26,7 @@
     /// ```rust
     /// use std::io;
     /// ```
+    #[clippy::version = "1.53.0"]
     pub UNNECESSARY_SELF_IMPORTS,
     restriction,
     "imports ending in `::{self}`, which can be omitted"