Skip to content

Commit

Permalink
go back to use //
Browse files Browse the repository at this point in the history
  • Loading branch information
king6cong committed Feb 6, 2017
1 parent 5c9fdd1 commit 380ba6d
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, which can be accidently done and 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 380ba6d

Please sign in to comment.