Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch some crates to the 2018 edition #22086

Merged
merged 8 commits into from Nov 6, 2018

Disable unused-extern-crates warnings for now

There are *many* new ones in rust 2018!
  • Loading branch information
SimonSapin committed Nov 6, 2018
commit 99cd7ba3d460e6ae5a3f9614de4c817459bbf88a
@@ -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([
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.