]> git.lizzy.rs Git - rust.git/commit
Auto merge of #6303 - ThibsG:OptionOptionSerde, r=ebroto
authorbors <bors@rust-lang.org>
Tue, 10 Nov 2020 22:39:10 +0000 (22:39 +0000)
committerbors <bors@rust-lang.org>
Tue, 10 Nov 2020 22:39:10 +0000 (22:39 +0000)
commitd0858d0f36cc43c348a2da73a68b5931b37b82d5
treea19f8740574fe061ca999c3eb23f8b80b95e4328
parent467bf95ab7822d4cd83b514d6c550bf2392eb7d0
parent8242b2f0a4a53f066fa579d7497ae4574e291e2e
Auto merge of #6303 - ThibsG:OptionOptionSerde, r=ebroto

Remove `allow` in `option_option` lint test

As it is not triggering locally anymore, I propose to remove `#[allow(clippy::option_option)]` from the test.

The goal is also to see what happens on CI.

closes: #4298

changelog: none