Fix documentation

This commit is contained in:
magnus 2022-01-05 16:08:02 +01:00 committed by GitHub
parent 1290556c0a
commit 580b46b576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1462,7 +1462,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
///