Skip to content

Commit 380ba6d

Browse files
committed
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

+1-1
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)