Commit 98cbd2e 1 parent 1dd60c4 commit 98cbd2e Copy full SHA for 98cbd2e
File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ static TOOLS: &'static [&'static str] = &[
27
27
"rustfmt" ,
28
28
"cargo-fmt" ,
29
29
"cargo-clippy" ,
30
+ "cargo-miri" ,
30
31
] ;
31
32
32
33
#[ no_mangle]
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ pub static TOOLS: &'static [&'static str] = &[
31
31
"rust-gdb" ,
32
32
"rls" ,
33
33
"cargo-clippy" ,
34
+ "cargo-miri" ,
34
35
] ;
35
36
36
37
// Tools which are commonly installed by Cargo as well as rustup. We take a bit
@@ -54,6 +55,7 @@ fn component_for_bin(binary: &str) -> Option<&'static str> {
54
55
"rust-gdb" => Some ( "gdb-preview" ) ,
55
56
"rls" => Some ( "rls" ) ,
56
57
"cargo-clippy" => Some ( "clippy" ) ,
58
+ "cargo-miri" => Some ( "miri" ) ,
57
59
"rustfmt" | "cargo-fmt" => Some ( "rustfmt" ) ,
58
60
_ => None ,
59
61
}
You can’t perform that action at this time.
0 commit comments