We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36b5c58 + 1d8f59f commit 9715feaCopy full SHA for 9715fea
src/build_helper/src/git.rs
@@ -30,8 +30,8 @@ pub fn output_result(cmd: &mut Command) -> Result<String, String> {
30
/// Finds the remote for rust-lang/rust.
31
/// For example for these remotes it will return `upstream`.
32
/// ```text
33
-/// origin https://github.com/Nilstrieb/rust.git (fetch)
34
-/// origin https://github.com/Nilstrieb/rust.git (push)
+/// origin https://github.com/pietroalbani/rust.git (fetch)
+/// origin https://github.com/pietroalbani/rust.git (push)
35
/// upstream https://github.com/rust-lang/rust (fetch)
36
/// upstream https://github.com/rust-lang/rust (push)
37
/// ```
0 commit comments