diff options
Diffstat (limited to 'tests/headers/only_bitfields.hpp')
-rw-r--r-- | tests/headers/only_bitfields.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/headers/only_bitfields.hpp b/tests/headers/only_bitfields.hpp index 84db0586..793bc66b 100644 --- a/tests/headers/only_bitfields.hpp +++ b/tests/headers/only_bitfields.hpp @@ -1,4 +1,3 @@ -// bindgen-flags: --no-unstable-rust class C { bool a: 1; bool b: 7; |