Fix doc link.
This commit is contained in:
parent
8531567ee9
commit
6cb710652b
@ -1762,7 +1762,7 @@ impl Dynamic {
|
|||||||
_ => Err(self.type_name()),
|
_ => Err(self.type_name()),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/// _(DECIMAL)_ Cast the [`Dynamic`] as a [`Decimal`] and return it.
|
/// _(DECIMAL)_ Cast the [`Dynamic`] as a [`Decimal`](https://docs.rs/rust_decimal) and return it.
|
||||||
/// Returns the name of the actual type if the cast fails.
|
/// Returns the name of the actual type if the cast fails.
|
||||||
///
|
///
|
||||||
/// Exported under the `decimal` feature only.
|
/// Exported under the `decimal` feature only.
|
||||||
|
Loading…
Reference in New Issue
Block a user