Skip to content

Commit

Permalink
Rollup merge of #87412 - r00ster91:patch-13, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Add missing article

Redo of #87305. I messed up in that PR and wasn't sure how to fix it.
  • Loading branch information
JohnTitor authored Jul 23, 2021
2 parents 57ea2d8 + 97721a1 commit a651581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//!
//! This module contains some of the real meat in the rustbuild build system
//! which is where Cargo is used to compile the standard library, libtest, and
//! compiler. This module is also responsible for assembling the sysroot as it
//! the compiler. This module is also responsible for assembling the sysroot as it
//! goes along from the output of the previous stage.
use std::borrow::Cow;
Expand Down

0 comments on commit a651581

Please sign in to comment.