From f90068a786e962e5e59f4d7a12eee737a4dc10cb Mon Sep 17 00:00:00 2001 From: timofey Date: Sun, 30 Jul 2023 12:36:38 +0000 Subject: [PATCH] `cast` docs shorten link --- src/rstd/cast.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/rstd/cast.rs b/src/rstd/cast.rs index 42fd8fc..f044570 100644 --- a/src/rstd/cast.rs +++ b/src/rstd/cast.rs @@ -1,7 +1,9 @@ -//! Utilities to convert from typeless instances defined in [`crate::rcore`]. +//! Utilities to convert from typeless instances defined in [`rcore`]. //! See [`TypelessMentionable::cast`]/[`Point::cast`]. //! //! p.s. the implementation is horrific. +//! +//! [`rcore`]: crate::rcore use std::convert::identity;