This commit is contained in:
Dave Hrycyszyn
2024-05-30 15:51:15 +01:00
parent 3954a787e6
commit 9976f34476

View File

@@ -349,7 +349,7 @@ impl JsonValue {
} }
} }
/// Conversions from primitive types to [`Value`] /// Conversions from primitive types to [`JsonValue`]
impl From<bool> for JsonValue { impl From<bool> for JsonValue {
fn from(val: bool) -> Self { fn from(val: bool) -> Self {
JsonValue::Bool(val) JsonValue::Bool(val)