diff options
author | Pierre-Antoine Rault <par@rigelk.eu> | 2017-06-19 01:09:33 +0200 |
---|---|---|
committer | Pierre-Antoine Rault <par@rigelk.eu> | 2017-06-19 23:35:07 +0200 |
commit | 41db162348a51dc2a06901efc4fa6bc1e7f31b14 (patch) | |
tree | 68302d940f6d0ee89b67b88cbe7dfac31ba16876 /tests/headers/weird_bitfields.hpp | |
parent | d37fe132be5350ed1477b4e578a5d1b70c583666 (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/weird_bitfields.hpp')
-rw-r--r-- | tests/headers/weird_bitfields.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/headers/weird_bitfields.hpp b/tests/headers/weird_bitfields.hpp index 755681c1..68cbf4a5 100644 --- a/tests/headers/weird_bitfields.hpp +++ b/tests/headers/weird_bitfields.hpp @@ -1,4 +1,3 @@ -// bindgen-flags: --no-unstable-rust // You can guess where this is taken from... enum nsStyleSVGOpacitySource { eStyleSVGOpacitySource_Normal, |