mirror of
https://github.com/servo/servo.git
synced 2025-06-29 19:43:39 +01:00
Disable unused-extern-crates warnings for now
There are *many* new ones in rust 2018!
This commit is contained in:
parent
9f9bf8f6bc
commit
99cd7ba3d4
1 changed files with 0 additions and 2 deletions
|
@ -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([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue