From ae64d8e41538fc760b20185e3f2d63826bc1bd34 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 7 Apr 2015 22:10:55 +0530 Subject: [PATCH] doc ignore (fixup #24059) --- src/libcore/marker.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/marker.rs b/src/libcore/marker.rs index 9b16bd6fe843..d6a7126a883f 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,