Rollup merge of #39482 - king6cong:master, r=frewsxcv

doc comment rewording
This commit is contained in:
Corey Farwell 2017-02-07 22:54:27 -05:00 committed by GitHub
commit 4c5b868cc3

View file

@ -63,7 +63,7 @@ macro_rules! newtype_index {
}
/// Lowered representation of a single function.
// Do not implement clone for Mir, its easy to do so accidently and its kind of expensive.
// Do not implement clone for Mir, which can be accidently done and kind of expensive.
#[derive(RustcEncodable, RustcDecodable, Debug)]
pub struct Mir<'tcx> {
/// List of basic blocks. References to basic block use a newtyped index type `BasicBlock`