Disable unused-extern-crates warnings for now

There are *many* new ones in rust 2018!
This commit is contained in:
Simon Sapin 2018-11-01 21:48:47 +01:00
parent 9f9bf8f6bc
commit 99cd7ba3d4

View file

@ -646,8 +646,6 @@ install them, let us know by filing a bug!")
if target.startswith('arm') or target.startswith('aarch64'):
env['RUSTFLAGS'] = env.get('RUSTFLAGS', "") + " -C target-feature=+neon"
env['RUSTFLAGS'] = env.get('RUSTFLAGS', "") + " -W unused-extern-crates"
git_info = []
if os.path.isdir('.git') and is_build:
git_sha = subprocess.check_output([