diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-06-02 18:44:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-02 16:44:43 +0000 |
| commit | e023db5f1dea8b0273eec0f528d6ae0fed118a65 (patch) | |
| tree | 321ebc6a1ad30c27eb255ce005c5123dd56b5cfb /crates/typst-library/src/text | |
| parent | 6164ade9cecf1f7bf475d24e0123c3664b8490a8 (diff) | |
Bump Rust to 1.87 in CI (#6367)
Diffstat (limited to 'crates/typst-library/src/text')
| -rw-r--r-- | crates/typst-library/src/text/deco.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst-library/src/text/deco.rs b/crates/typst-library/src/text/deco.rs index 485d0edc..7aa06e81 100644 --- a/crates/typst-library/src/text/deco.rs +++ b/crates/typst-library/src/text/deco.rs @@ -373,6 +373,7 @@ pub struct Decoration { /// A kind of decorative line. #[derive(Debug, Clone, Eq, PartialEq, Hash)] +#[allow(clippy::large_enum_variant)] pub enum DecoLine { Underline { stroke: Stroke<Abs>, |
