miri is not in toolstate any more

This commit is contained in:
Ralf Jung 2022-09-20 12:57:42 +02:00 committed by Oli Scherer
parent 7e23244ef1
commit 3f3167fb59

View File

@ -77,7 +77,6 @@ fn days_since_beta_promotion() -> u64 {
// though, as otherwise we will be unable to file an issue if they start
// failing.
static NIGHTLY_TOOLS: &[(&str, &str)] = &[
("miri", "src/tools/miri"),
("embedded-book", "src/doc/embedded-book"),
// ("rustc-dev-guide", "src/doc/rustc-dev-guide"),
];