| commit | 4bc9815c6aeda5a4d09a7971afc2d490a24cc41c | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Thu Apr 09 23:24:01 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Thu Apr 09 23:26:16 2020 -0700 |
| tree | f57c72fdb1d94a5460aa81181d081c2e78f22211 | |
| parent | 1a61b16007524c006e80f4da10cc12ce277e5d75 [diff] |
Suppress clippy::cognitive_complexity lint
diff --git a/src/lib.rs b/src/lib.rs index a254581..8b3a5a0 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -340,6 +340,7 @@ #![doc(html_root_url = "https://docs.rs/cxx/0.2.5")] #![deny(improper_ctypes)] #![allow( + clippy::cognitive_complexity, clippy::declare_interior_mutable_const, clippy::inherent_to_string, clippy::large_enum_variant,