| commit | 30d214cca2f6cdd0f53d7548fbbd4439c314d7df | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Sun Mar 15 23:54:34 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Mon Mar 16 00:35:30 2020 -0700 |
| tree | c94941afabe799a462a223fe73e13248b1128c2c | |
| parent | 993918b0cf69d755aef6504465e75c0eb768df98 [diff] [blame] |
Suppress some more clippy lints
diff --git a/src/lib.rs b/src/lib.rs index 14cc0cb..24c5eaf 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -335,9 +335,11 @@ #![doc(html_root_url = "https://docs.rs/cxx/0.1.2")] #![deny(improper_ctypes)] #![allow( + clippy::inherent_to_string, clippy::large_enum_variant, clippy::missing_safety_doc, clippy::module_inception, + clippy::needless_doctest_main, clippy::new_without_default, clippy::or_fun_call, clippy::ptr_arg,