Auto merge of #1750 - hyd-dev:rustup, r=RalfJung
Remove `#![feature(or_patterns)]` Fix a warning on CI: https://github.com/rust-lang/miri/runs/2173037929#step:8:59
This commit is contained in:
commit
b3f81fc610
2 changed files with 1 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
2b8fbe6b0b6db7960828bd2c9a50e52c9a5d0aef
|
||||
5d04957a4b4714f71d38326fc96a0b0ef6dc5800
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
#![feature(map_first_last)]
|
||||
#![feature(map_try_insert)]
|
||||
#![feature(never_type)]
|
||||
#![feature(or_patterns)]
|
||||
#![feature(try_blocks)]
|
||||
|
||||
#![warn(rust_2018_idioms)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue