mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 05:26:47 +00:00
Rollup merge of #139709 - tshepang:patch-5, r=Kobzol
bootstrap: fix typo in doc string
This commit is contained in:
commit
6b26d3c37c
@ -417,7 +417,7 @@ enum DownloadSource {
|
||||
Dist,
|
||||
}
|
||||
|
||||
/// Functions that are only ever called once, but named for clarify and to avoid thousand-line functions.
|
||||
/// Functions that are only ever called once, but named for clarity and to avoid thousand-line functions.
|
||||
impl Config {
|
||||
pub(crate) fn download_clippy(&self) -> PathBuf {
|
||||
self.verbose(|| println!("downloading stage0 clippy artifacts"));
|
||||
|
Loading…
Reference in New Issue
Block a user