Rollup merge of #136178 - Noratrieb:alivename, r=pietroalbini
Update username in build helper example no typos have been made in the process of creating this pull request r? pietroalbini
This commit is contained in:
commit
9715fea5d5
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ pub fn output_result(cmd: &mut Command) -> Result<String, String> {
|
|||
/// Finds the remote for rust-lang/rust.
|
||||
/// For example for these remotes it will return `upstream`.
|
||||
/// ```text
|
||||
/// origin https://github.com/Nilstrieb/rust.git (fetch)
|
||||
/// origin https://github.com/Nilstrieb/rust.git (push)
|
||||
/// origin https://github.com/pietroalbani/rust.git (fetch)
|
||||
/// origin https://github.com/pietroalbani/rust.git (push)
|
||||
/// upstream https://github.com/rust-lang/rust (fetch)
|
||||
/// upstream https://github.com/rust-lang/rust (push)
|
||||
/// ```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue