Skip to content

Commit 72316c3

Browse files
committed
fix markup of "just one effect, unsafe"
the punch line was cut off!
1 parent 522d09d commit 72316c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/effect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
//! Enforces the Rust effect system. Currently there is just one effect,
12-
/// `unsafe`.
12+
//! `unsafe`.
1313
use self::UnsafeContext::*;
1414

1515
use middle::def;

0 commit comments

Comments
 (0)