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 508b26f commit 5b5206bCopy full SHA for 5b5206b
crates/rari-doc/src/pages/types/doc.rs
@@ -52,12 +52,7 @@ pub struct FrontMatter {
52
pub slug: String,
53
#[serde(rename = "page-type", skip_serializing_if = "is_page_type_none")]
54
pub page_type: PageType,
55
- #[serde(
56
- deserialize_with = "t_or_vec",
57
- serialize_with = "serialize_t_or_vec",
58
- default,
59
- skip_serializing_if = "Vec::is_empty"
60
- )]
+ #[serde(default, skip_serializing_if = "Vec::is_empty")]
61
pub status: Vec<FeatureStatus>,
62
#[serde(
63
rename = "browser-compat",
0 commit comments