Skip to content

Commit c86e247

Browse files
committed
Auto merge of #860 - RalfJung:rustup, r=RalfJung
bump Rust
2 parents d32a87a + faadb86 commit c86e247

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4268e7ee22935f086b856ef0063a9e22b49aeddb
1+
c43753f910aae000f8bcb0a502407ea332afc74b

src/bin/cargo-miri.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ fn main() {
335335
}
336336

337337
fn in_cargo_miri() {
338-
let (subcommand, skip) = match std::env::args().nth(2).deref() {
338+
let (subcommand, skip) = match std::env::args().nth(2).as_deref() {
339339
Some("test") => (MiriCommand::Test, 3),
340340
Some("run") => (MiriCommand::Run, 3),
341341
Some("setup") => (MiriCommand::Setup, 3),

0 commit comments

Comments
 (0)