summaryrefslogtreecommitdiff
path: root/tests/expectations/tests/enum-default-rust.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expectations/tests/enum-default-rust.rs')
-rw-r--r--tests/expectations/tests/enum-default-rust.rs7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/expectations/tests/enum-default-rust.rs b/tests/expectations/tests/enum-default-rust.rs
index 1400e373..6c658324 100644
--- a/tests/expectations/tests/enum-default-rust.rs
+++ b/tests/expectations/tests/enum-default-rust.rs
@@ -1,6 +1,11 @@
/* automatically generated by rust-bindgen */
-#![allow(dead_code, non_snake_case, non_camel_case_types, non_upper_case_globals)]
+#![allow(
+ dead_code,
+ non_snake_case,
+ non_camel_case_types,
+ non_upper_case_globals
+)]
#[repr(u32)]
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]