mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
doc ignore (fixup #24059)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user