summaryrefslogtreecommitdiff
path: root/bch_bindgen/src/keyutils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'bch_bindgen/src/keyutils.rs')
-rw-r--r--bch_bindgen/src/keyutils.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/bch_bindgen/src/keyutils.rs b/bch_bindgen/src/keyutils.rs
new file mode 100644
index 00000000..30fc56f9
--- /dev/null
+++ b/bch_bindgen/src/keyutils.rs
@@ -0,0 +1,6 @@
+#![allow(non_upper_case_globals)]
+#![allow(non_camel_case_types)]
+#![allow(non_snake_case)]
+#![allow(unused)]
+
+include!(concat!(env!("OUT_DIR"), "/keyutils.rs"));