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 PhantomFn 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,