We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9fdd1 commit 380ba6dCopy full SHA for 380ba6d
src/librustc/mir/mod.rs
@@ -63,7 +63,7 @@ macro_rules! newtype_index {
63
}
64
65
/// Lowered representation of a single function.
66
-/// 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.
67
#[derive(RustcEncodable, RustcDecodable, Debug)]
68
pub struct Mir<'tcx> {
69
/// List of basic blocks. References to basic block use a newtyped index type `BasicBlock`
0 commit comments