diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-22 01:48:01 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-22 01:48:01 +0530 |
| commit | 2b8160bbd512d1c230ace0e7b891798e1da1db79 (patch) | |
| tree | aa2cd547e47a810b702e4f84bc9ad199b8b157b0 | |
| parent | b7487db4829bcaa328cf1818a0820fcb09dbd385 (diff) | |
| parent | 72316c349e32c92e172cc553c08b2f7fb3483b0d (diff) | |
| download | rust-2b8160bbd512d1c230ace0e7b891798e1da1db79.tar.gz rust-2b8160bbd512d1c230ace0e7b891798e1da1db79.zip | |
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.
| -rw-r--r-- | src/librustc/middle/effect.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/middle/effect.rs b/src/librustc/middle/effect.rs index abb8f35f662..ba81b2f3899 100644 --- a/src/librustc/middle/effect.rs +++ b/src/librustc/middle/effect.rs @@ -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; |
