Skip to content

Commit

Permalink
Disable unused-extern-crates warnings for now
Browse files Browse the repository at this point in the history
There are *many* new ones in rust 2018!
  • Loading branch information
SimonSapin committed Nov 6, 2018
1 parent 9f9bf8f commit 99cd7ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/servo/command_base.py
Expand Up @@ -646,8 +646,6 @@ def package_dir(package):
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([
Expand Down

0 comments on commit 99cd7ba

Please sign in to comment.