Skip to content

Commit

Permalink
doc ignore (fixup #24059)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Apr 7, 2015
1 parent b3bcbb1 commit ae64d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/marker.rs
Expand Up @@ -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,
Expand Down

0 comments on commit ae64d8e

Please sign in to comment.