Skip to content

Commit ae64d8e

Browse files
committed
doc ignore (fixup #24059)
1 parent b3bcbb1 commit ae64d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/marker.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ impl<A:?Sized,R:?Sized,T:?Sized> PhantomFn<A,R> for T { }
324324
/// that has two pointers of type `*const T`, presumably pointing into
325325
/// an array somewhere:
326326
///
327-
/// ```
327+
/// ```ignore
328328
/// struct Slice<'a, T> {
329329
/// start: *const T,
330330
/// end: *const T,

0 commit comments

Comments
 (0)