From 99cd19e4107b8daa91d1196843ef7c1f2589856f Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Sat, 29 Oct 2016 17:50:05 +0800 Subject: [PATCH] Stop passing now-unrecognized --no-type-renaming to rust-bindgen. --- components/style/binding_tools/regen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",