summaryrefslogtreecommitdiff
path: root/tests/headers/struct_with_bitfields.h
diff options
context:
space:
mode:
authorPierre-Antoine Rault <par@rigelk.eu>2017-06-19 01:09:33 +0200
committerPierre-Antoine Rault <par@rigelk.eu>2017-06-19 23:35:07 +0200
commit41db162348a51dc2a06901efc4fa6bc1e7f31b14 (patch)
tree68302d940f6d0ee89b67b88cbe7dfac31ba16876 /tests/headers/struct_with_bitfields.h
parentd37fe132be5350ed1477b4e578a5d1b70c583666 (diff)
switch defaults from generating unstable Rust to generating stable Rust
- 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 Fixes #757
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,