mirror of
https://git.asonix.dog/asonix/activitystreams.git
synced 2024-11-25 13:21:00 +00:00
Redundant Default
This commit is contained in:
parent
d690f40cf0
commit
08b291f934
1 changed files with 1 additions and 3 deletions
|
@ -30,9 +30,7 @@
|
||||||
/// (Not a Number). INF is considered to be greater than all other values, while -INF is less than
|
/// (Not a Number). INF is considered to be greater than all other values, while -INF is less than
|
||||||
/// all other values. The value NaN cannot be compared to any other values, although it equals
|
/// all other values. The value NaN cannot be compared to any other values, although it equals
|
||||||
/// itself.
|
/// itself.
|
||||||
#[derive(
|
#[derive(Clone, Debug, Default, PartialEq, PartialOrd, serde::Deserialize, serde::Serialize)]
|
||||||
Clone, Debug, Default, PartialEq, PartialOrd, Default, serde::Deserialize, serde::Serialize,
|
|
||||||
)]
|
|
||||||
#[serde(transparent)]
|
#[serde(transparent)]
|
||||||
pub struct XsdFloat(f64);
|
pub struct XsdFloat(f64);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue