diff options
Diffstat (limited to 'tests/tools/run-bindgen.py')
-rwxr-xr-x | tests/tools/run-bindgen.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tools/run-bindgen.py b/tests/tools/run-bindgen.py index 5fde6739..50e96d95 100755 --- a/tests/tools/run-bindgen.py +++ b/tests/tools/run-bindgen.py @@ -7,7 +7,6 @@ import tempfile BINDGEN_FLAGS_PREFIX = "// bindgen-flags: "; COMMON_PRELUDE = """ -#![feature(const_fn)] #![allow(non_snake_case)] """ |