Auto merge of #912 - RalfJung:rustup, r=RalfJung

fix test failure due to my own lint
This commit is contained in:
bors 2019-08-18 09:16:40 +00:00
commit 285a585fd0
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2111aed0a38c819acb140c7153e9366964a37f2f
ef1ecbefb8719e408150738664d443a73f757ffd

View File

@ -2,7 +2,7 @@
// compile-flags: -Zmiri-disable-validation
#![feature(never_type)]
#![allow(unused)]
#![allow(unused, invalid_value)]
enum Void {}