Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 380ba6d

Browse files
committedFeb 6, 2017
go back to use //
1 parent 5c9fdd1 commit 380ba6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/librustc/mir/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ macro_rules! newtype_index {
6363
}
6464

6565
/// Lowered representation of a single function.
66-
/// Do not implement clone for Mir, which can be accidently done and kind of expensive.
66+
// Do not implement clone for Mir, which can be accidently done and kind of expensive.
6767
#[derive(RustcEncodable, RustcDecodable, Debug)]
6868
pub struct Mir<'tcx> {
6969
/// List of basic blocks. References to basic block use a newtyped index type `BasicBlock`

0 commit comments

Comments
 (0)
Please sign in to comment.