Rollup merge of #39115 - king6cong:master, r=nikomatsakis

consistent doc wording
This commit is contained in:
Guillaume Gomez 2017-01-19 11:56:06 +01:00 committed by GitHub
commit 9aeccf3297

View file

@ -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