We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f2f75 commit 3cc4b4fCopy full SHA for 3cc4b4f
src/bootstrap/builder.rs
@@ -1491,7 +1491,7 @@ impl<'a> Builder<'a> {
1491
1492
// Add extra cfg not defined in/by rustc
1493
//
1494
- // Note: Altrough it would seems that "-Zunstable-options" to `rustflags` is useless as
+ // Note: Although it would seems that "-Zunstable-options" to `rustflags` is useless as
1495
// cargo would implicitly add it, it was discover that sometimes bootstrap only use
1496
// `rustflags` without `cargo` making it required.
1497
rustflags.arg("-Zunstable-options");
0 commit comments