We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7e703 commit fe28445Copy full SHA for fe28445
src/bson.rs
@@ -461,8 +461,6 @@ impl From<Bson> for Value {
461
462
impl Bson {
463
/// Converts the Bson value into its [relaxed extended JSON representation](https://www.mongodb.com/docs/manual/reference/mongodb-extended-json/).
464
- ///
465
- /// Note: If this method is called on a case which contains a `Decimal128` value, it will panic.
466
pub fn into_relaxed_extjson(self) -> Value {
467
match self {
468
Bson::Double(v) if v.is_nan() => {
0 commit comments