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 f8f6b6e commit b074ad7Copy full SHA for b074ad7
src/main.rs
@@ -505,7 +505,7 @@ impl Toolchain {
505
fn do_remove(&self, dl_params: &DownloadParams) -> Result<(), Error> {
506
let rustup_name = self.rustup_name();
507
508
- // Guard aginst destroying directories that this tool didn't create.
+ // Guard against destroying directories that this tool didn't create.
509
assert!(rustup_name.starts_with("bisector-nightly") ||
510
rustup_name.starts_with("bisector-ci"));
511
0 commit comments