From 380ba6dbad874d78fd9e48ebeacb3161ee7fe7af Mon Sep 17 00:00:00 2001 From: king6cong Date: Mon, 6 Feb 2017 10:12:30 +0800 Subject: [PATCH] go back to use // --- src/librustc/mir/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/mir/mod.rs b/src/librustc/mir/mod.rs index 163f1b0cf409e..cbb7b2710f506 100644 --- a/src/librustc/mir/mod.rs +++ b/src/librustc/mir/mod.rs @@ -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`