From d10b53df0b487036b0d639b6033f4568648cfff1 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 18 Apr 2023 19:10:55 +0200 Subject: Clippy --- src/model/content.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/model') diff --git a/src/model/content.rs b/src/model/content.rs index 4300790c..619793ec 100644 --- a/src/model/content.rs +++ b/src/model/content.rs @@ -17,8 +17,8 @@ use crate::syntax::Span; use crate::util::pretty_array_like; /// Composable representation of styled content. -#[allow(clippy::derived_hash_with_manual_eq)] #[derive(Clone, Hash)] +#[allow(clippy::derived_hash_with_manual_eq)] pub struct Content { func: ElemFunc, attrs: EcoVec, -- cgit v1.2.3