We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32a87a commit faadb86Copy full SHA for faadb86
rust-version
@@ -1 +1 @@
1
-4268e7ee22935f086b856ef0063a9e22b49aeddb
+c43753f910aae000f8bcb0a502407ea332afc74b
src/bin/cargo-miri.rs
@@ -335,7 +335,7 @@ fn main() {
335
}
336
337
fn in_cargo_miri() {
338
- let (subcommand, skip) = match std::env::args().nth(2).deref() {
+ let (subcommand, skip) = match std::env::args().nth(2).as_deref() {
339
Some("test") => (MiriCommand::Test, 3),
340
Some("run") => (MiriCommand::Run, 3),
341
Some("setup") => (MiriCommand::Setup, 3),
0 commit comments