]> git.lizzy.rs Git - rust.git/commitdiff
Removed value from changelog to get pass
authorAndrew Pollack <andrewpkq@gmail.com>
Tue, 21 Sep 2021 00:34:32 +0000 (17:34 -0700)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 28 Sep 2021 05:23:17 +0000 (22:23 -0700)
CHANGELOG.md

index 9518c51117104448df0459e85f416e9a140a9e3d..36f9b22b6741db13cf252a0404c0b7950ec07ab5 100644 (file)
@@ -1495,7 +1495,7 @@ Released 2020-03-12
 * `unknown_clippy_lints` [#4963](https://github.com/rust-lang/rust-clippy/pull/4963)
 * [`explicit_into_iter_loop`] [#4978](https://github.com/rust-lang/rust-clippy/pull/4978)
 * [`useless_attribute`] [#5022](https://github.com/rust-lang/rust-clippy/pull/5022)
-* [`if_let_some_result`] [#5032](https://github.com/rust-lang/rust-clippy/pull/5032)
+* `if_let_some_result` [#5032](https://github.com/rust-lang/rust-clippy/pull/5032)
 
 ### ICE fixes