Skip to content

Commit

Permalink
bump Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Jul 26, 2019
1 parent d32a87a commit faadb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4268e7ee22935f086b856ef0063a9e22b49aeddb
c43753f910aae000f8bcb0a502407ea332afc74b
2 changes: 1 addition & 1 deletion src/bin/cargo-miri.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ fn main() {
}

fn in_cargo_miri() {
let (subcommand, skip) = match std::env::args().nth(2).deref() {
let (subcommand, skip) = match std::env::args().nth(2).as_deref() {
Some("test") => (MiriCommand::Test, 3),
Some("run") => (MiriCommand::Run, 3),
Some("setup") => (MiriCommand::Setup, 3),
Expand Down

0 comments on commit faadb86

Please sign in to comment.