diff options
author | cynecx <me@cynecx.net> | 2018-05-12 17:14:58 +0200 |
---|---|---|
committer | cynecx <me@cynecx.net> | 2018-05-12 17:14:58 +0200 |
commit | 1fc8172889e981d45e819c9f394fe4b6b41dbc38 (patch) | |
tree | 5a40cdad7e6a79b798a8da584bc14ea7a861cd41 | |
parent | e4c9619ade4f884e00b7e71a2bf8d6572d4e2b15 (diff) |
Add missing line in test expectation
-rw-r--r-- | tests/expectations/tests/issue-511.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/expectations/tests/issue-511.rs b/tests/expectations/tests/issue-511.rs index 4fb43979..ff725b33 100644 --- a/tests/expectations/tests/issue-511.rs +++ b/tests/expectations/tests/issue-511.rs @@ -1,5 +1,7 @@ /* automatically generated by rust-bindgen */ +#![allow(dead_code, non_snake_case, non_camel_case_types, non_upper_case_globals)] + extern "C" { #[link_name = "\u{1}a"] pub static mut a: *mut ::std::os::raw::c_char; |