Skip to content

Commit b3f81fc

Browse files
committed
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
2 parents f409454 + 08aef5a commit b3f81fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2b8fbe6b0b6db7960828bd2c9a50e52c9a5d0aef
1+
5d04957a4b4714f71d38326fc96a0b0ef6dc5800

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#![feature(map_first_last)]
33
#![feature(map_try_insert)]
44
#![feature(never_type)]
5-
#![feature(or_patterns)]
65
#![feature(try_blocks)]
76

87
#![warn(rust_2018_idioms)]

0 commit comments

Comments
 (0)