fix doc links for downcast_unchecked
This commit is contained in:
@@ -265,8 +265,6 @@ impl dyn Any {
|
||||
|
||||
/// Returns a reference to the inner value as type `dyn T`.
|
||||
///
|
||||
/// For a safe alternative see [`downcast_ref`].
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```
|
||||
@@ -295,8 +293,6 @@ impl dyn Any {
|
||||
|
||||
/// Returns a mutable reference to the inner value as type `dyn T`.
|
||||
///
|
||||
/// For a safe alternative see [`downcast_mut`].
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```
|
||||
|
||||
Reference in New Issue
Block a user