summaryrefslogtreecommitdiff
path: root/src/model
diff options
context:
space:
mode:
Diffstat (limited to 'src/model')
-rw-r--r--src/model/content.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/content.rs b/src/model/content.rs
index cd4efa77..f95ce104 100644
--- a/src/model/content.rs
+++ b/src/model/content.rs
@@ -16,6 +16,7 @@ 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)]
pub struct Content {
func: ElemFunc,