diff --git a/components/style/binding_tools/regen.py b/components/style/binding_tools/regen.py index 0aa1a62c532..4baa88a8348 100755 --- a/components/style/binding_tools/regen.py +++ b/components/style/binding_tools/regen.py @@ -22,7 +22,7 @@ COMPILATION_TARGETS = { # Flags common for all the targets. COMMON_BUILD_KEY: { "flags": [ - "--no-unstable-rust", "--no-type-renaming", + "--no-unstable-rust", ], "clang_flags": [ "-x", "c++", "-std=c++14",