Skip to content

Commit

Permalink
Auto merge of #14773 - emmanuel-ferdman:master, r=weihanglo
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Nov 2, 2024
2 parents 3728f06 + 4b12ff9 commit 94c2703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/contrib/src/implementation/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if they are unable to be displayed. This is generally automatically handled in
the [`JobQueue`] as it processes each message.

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

Expand Down

0 comments on commit 94c2703

Please sign in to comment.