]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/redundant_else.rs
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
[rust.git] / src / tools / clippy / clippy_lints / src / redundant_else.rs
index 68b256d29442acd199b3696f2094ed51129cfbd9..93dbe936d5841b2e9b9b289ea3e445c5a1857c4c 100644 (file)
@@ -36,6 +36,7 @@
     ///     print!("Moving on...");
     /// }
     /// ```
+    #[clippy::version = "1.50.0"]
     pub REDUNDANT_ELSE,
     pedantic,
     "`else` branch that can be removed without changing semantics"