diff options
author | Tamir Duberstein <tamird@gmail.com> | 2015-03-22 14:20:53 -0700 |
---|---|---|
committer | Tamir Duberstein <tamird@gmail.com> | 2015-03-22 15:56:37 -0700 |
commit | b1bf46eb9e90633b0657bb48218ed61a6a99810c (patch) | |
tree | bb3808eb53297ffb21f785e295a458b3b3e70fe3 /tests/test_struct.rs | |
parent | 51401e6c85af20e391127803d75e6d69832ebdb6 (diff) |
Clean up `allow`s
Diffstat (limited to 'tests/test_struct.rs')
-rw-r--r-- | tests/test_struct.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_struct.rs b/tests/test_struct.rs index 634c09d1..200eaf99 100644 --- a/tests/test_struct.rs +++ b/tests/test_struct.rs @@ -59,7 +59,6 @@ fn with_anon_struct_array() { #[test] fn with_anon_struct_pointer() { - #[allow(raw_pointer_derive)] mod ffi { bindgen!("headers/struct_with_anon_struct_pointer.h"); } let mut x: ffi::Struct_foo = Default::default(); let mut unnamed: ffi::Struct_Unnamed1 = Default::default(); |