doc ignore (fixup #24059)

This commit is contained in:
Manish Goregaokar 2015-04-07 22:10:55 +05:30
parent b3bcbb1a22
commit ae64d8e415
1 changed files with 1 additions and 1 deletions

View File

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