1
Fork 0

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:
Matthias Krüger 2025-01-28 18:17:33 +01:00 committed by GitHub
commit 9715fea5d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
/// ```