summaryrefslogtreecommitdiff
path: root/bindgen/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'bindgen/lib.rs')
-rw-r--r--bindgen/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindgen/lib.rs b/bindgen/lib.rs
index 53747420..14d7a155 100644
--- a/bindgen/lib.rs
+++ b/bindgen/lib.rs
@@ -9,6 +9,7 @@
//! additional documentation.
#![deny(missing_docs)]
#![deny(unused_extern_crates)]
+#![deny(clippy::disallowed_methods)]
// To avoid rather annoying warnings when matching with CXCursor_xxx as a
// constant.
#![allow(non_upper_case_globals)]