summaryrefslogtreecommitdiff
path: root/docs/src/model.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-10-27 19:04:55 +0100
committerGitHub <noreply@github.com>2024-10-27 18:04:55 +0000
commitbe7cfc85d08c545abfac08098b7b33b4bd71f37e (patch)
treef4137fa2aaa57babae1f7603a9b2ed7e688f43d8 /docs/src/model.rs
parentb8034a343831e8609aec2ec81eb7eeda57aa5d81 (diff)
Split out four new crates (#5302)
Diffstat (limited to 'docs/src/model.rs')
-rw-r--r--docs/src/model.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/model.rs b/docs/src/model.rs
index a4416c3d..b222322a 100644
--- a/docs/src/model.rs
+++ b/docs/src/model.rs
@@ -49,6 +49,7 @@ impl OutlineItem {
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
#[serde(tag = "kind", content = "content")]
+#[allow(clippy::large_enum_variant)]
pub enum BodyModel {
Html(Html),
Category(CategoryModel),