]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #24864 - astraw:patch-1, r=steveklabnik
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 8 May 2015 19:07:42 +0000 (00:37 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Fri, 8 May 2015 19:07:42 +0000 (00:37 +0530)
If you have 0 references (`&T`) to a resource, presumably, you could have a mutable reference (`&mut T`). So this only start to make sense at having 1 reference to a resource.


Trivial merge