Fix documentation

This commit is contained in:
magnus 2022-01-05 16:08:02 +01:00 committed by Stephen Chung
parent 123e8b1b48
commit 7bf517b242

View File

@ -1474,7 +1474,6 @@ impl Dynamic {
/// Casting to a [`Dynamic`] just returns as is, but if it contains a shared value,
/// it is cloned into a [`Dynamic`] with a normal value.
///
/// Returns [`None`] if types mismatched.
///
/// # Panics or Deadlocks
///