Skip to content

Commit

Permalink
Rollup merge of rust-lang#39482 - king6cong:master, r=frewsxcv
Browse files Browse the repository at this point in the history
doc comment rewording
  • Loading branch information
frewsxcv committed Feb 7, 2017
2 parents 9995b13 + 380ba6d commit 76f8873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/mir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 76f8873

Please sign in to comment.