mirror of
https://github.com/servo/servo
synced 2026-05-12 01:46:28 +02:00
Disable unused-extern-crates warnings for now
There are *many* new ones in rust 2018!
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user