Rollup merge of #22562 - dckc:patch-4, r=Aatch

the punch line was cut off!

p.s. I wonder if I should have updated the copyright date too.
This commit is contained in:
Manish Goregaokar 2015-02-22 01:48:01 +05:30
commit 2b8160bbd5

View File

@ -9,7 +9,7 @@
// except according to those terms.
//! Enforces the Rust effect system. Currently there is just one effect,
/// `unsafe`.
//! `unsafe`.
use self::UnsafeContext::*;
use middle::def;