]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/alloc/layout.rs
Rollup merge of #82570 - WaffleLapkin:split_whitespace_as_str, r=m-ou-se
[rust.git] / library / core / src / alloc / layout.rs
index 9dc3f05dae5ace8d24419088852b0d16f8c64646..8b95b70396bbd8f99d7fa430cf15fc29f1607642 100644 (file)
@@ -164,7 +164,6 @@ pub fn for_value<T: ?Sized>(t: &T) -> Self {
     ///       [`Layout::for_value`] on a reference to an extern type tail.
     ///     - otherwise, it is conservatively not allowed to call this function.
     ///
-    /// [slice]: ../../std/primitive.slice.html
     /// [trait object]: ../../book/ch17-02-trait-objects.html
     /// [extern type]: ../../unstable-book/language-features/extern-types.html
     #[unstable(feature = "layout_for_ptr", issue = "69835")]