Skip to content

Commit

Permalink
Unrolled build for rust-lang#136178
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#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
  • Loading branch information
rust-timer authored Jan 28, 2025
2 parents 77a4553 + 1d8f59f commit 2ef100c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/build_helper/src/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
/// ```
Expand Down

0 comments on commit 2ef100c

Please # to comment.