dtolnay / cxx

Safe interop between Rust and C++
https://cxx.rs
Apache License 2.0
5.68k stars 322 forks source link

Remove option_if_let_else clippy suppression #1295

Closed dtolnay closed 6 months ago

dtolnay commented 6 months ago

This lint got downgraded from pedantic to nursery by https://github.com/rust-lang/rust-clippy/pull/7568 so we no longer run it.