Skip to content

Commit 94c2703

Browse files
committed
Auto merge of #14773 - emmanuel-ferdman:master, r=weihanglo
doc: fix `GlobalContext` reference ### What does this PR try to resolve? Commit 67b5aa4 renamed config with context. This PR adjusts sources to changes. ### How should we test and review this PR? ### Additional information
2 parents 3728f06 + 4b12ff9 commit 94c2703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/contrib/src/implementation/console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if they are unable to be displayed. This is generally automatically handled in
1717
the [`JobQueue`] as it processes each message.
1818

1919
[`Shell`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/core/shell.rs
20-
[`GlobalContext`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/util/config/mod.rs
20+
[`GlobalContext`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/util/context/mod.rs
2121
[`drop_print`]: https://github.com/rust-lang/cargo/blob/e4b65bdc80f2a293447f2f6a808fa7c84bf9a357/src/cargo/util/config/mod.rs#L1820-L1848
2222
[`JobQueue`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/core/compiler/job_queue/mod.rs
2323

0 commit comments

Comments
 (0)