Revert "Disable unused-extern-crates warnings for now"

This reverts commit 32462cd909a7c28d0d86664291bdcb0043c0bb45.
This commit is contained in:
Simon Sapin 2018-11-05 19:10:30 +01:00
parent 2012be4a8b
commit 50c840fe42

View file

@ -646,6 +646,8 @@ 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([