about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-02-22 01:48:01 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-02-22 01:48:01 +0530
commit2b8160bbd512d1c230ace0e7b891798e1da1db79 (patch)
treeaa2cd547e47a810b702e4f84bc9ad199b8b157b0
parentb7487db4829bcaa328cf1818a0820fcb09dbd385 (diff)
parent72316c349e32c92e172cc553c08b2f7fb3483b0d (diff)
downloadrust-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.rs2
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;