mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
consistent doc wording
This commit is contained in:
parent
4ce7accaa7
commit
5a462e8a68
@ -56,7 +56,7 @@ pub struct DepGraphThreadData {
|
||||
// current buffer, where we accumulate messages
|
||||
messages: VecCell<DepMessage>,
|
||||
|
||||
// whence to receive new buffer when full
|
||||
// where to receive new buffer when full
|
||||
swap_in: Receiver<Vec<DepMessage>>,
|
||||
|
||||
// where to send buffer when full
|
||||
|
Loading…
Reference in New Issue
Block a user