summaryrefslogtreecommitdiff
path: root/tests/headers/struct_with_bitfields.h
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-06-19 15:45:08 -0700
committerGitHub <noreply@github.com>2017-06-19 15:45:08 -0700
commit27e2c108ef25f9a207f7f8b3cf2dff5ea7c4381f (patch)
tree39f65fc2f77d91427161f54feaf01eabb56abe4b /tests/headers/struct_with_bitfields.h
parent77d6962c1af3970cb6bdd4a07e4085f33152f787 (diff)
parent41db162348a51dc2a06901efc4fa6bc1e7f31b14 (diff)
Auto merge of #763 - rigelk:757-unstable-defaults, r=emilio,fitzgen
switch defaults from generating unstable Rust to generating stable Rust As said in the issue: - changing the Builder::no_unstable_rust method to the Builder::unstable_rust method - changing the --no-unstable-rust flag to a --unstable-rust flag in src/options.rs - changing bindgen-flags header in the test headers to remove the --no-unstable-rust flag - removing --no-unstable-rust flag in ./test/test-one.sh Fixes #757 r? @fitzgen
Diffstat (limited to 'tests/headers/struct_with_bitfields.h')
-rw-r--r--tests/headers/struct_with_bitfields.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/headers/struct_with_bitfields.h b/tests/headers/struct_with_bitfields.h
index 107fb136..ece512cd 100644
--- a/tests/headers/struct_with_bitfields.h
+++ b/tests/headers/struct_with_bitfields.h
@@ -1,4 +1,3 @@
-// bindgen-flags: --no-unstable-rust
struct bitfield {
unsigned short
a :1,