diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-18 19:10:55 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-18 19:16:13 +0200 |
| commit | d10b53df0b487036b0d639b6033f4568648cfff1 (patch) | |
| tree | 5209581e847af37c9a770e2e7e43d95bff2e113f /src/model | |
| parent | 35302d20047c58baa99065a4574eafe1920e7be6 (diff) | |
Clippy
Diffstat (limited to 'src/model')
| -rw-r--r-- | src/model/content.rs | 2 |
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>, |
