about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libcore/marker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/marker.rs b/src/libcore/marker.rs
index 9b16bd6fe84..d6a7126a883 100644
--- a/src/libcore/marker.rs
+++ b/src/libcore/marker.rs
@@ -324,7 +324,7 @@ impl<A:?Sized,R:?Sized,T:?Sized> PhantomFn<A,R> for T { }
 /// that has two pointers of type `*const T`, presumably pointing into
 /// an array somewhere:
 ///
-/// ```
+/// ```ignore
 /// struct Slice<'a, T> {
 ///     start: *const T,
 ///     end: *const T,