summaryrefslogtreecommitdiff
path: root/src/model/content.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/content.rs')
-rw-r--r--src/model/content.rs2
1 files changed, 1 insertions, 1 deletions
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<Attr>,