diff --git a/src/libcore/raw.rs b/src/libcore/raw.rs index 3fd244b46e30f..f479038650504 100644 --- a/src/libcore/raw.rs +++ b/src/libcore/raw.rs @@ -21,7 +21,7 @@ use marker::Copy; use mem; -/// The representation of a Rust slice +/// The representation of a Rust slice (`&[T]`) #[repr(C)] pub struct Slice { pub data: *const T,