From c80e13579f3e6ca8fb1aac5a6d423d902747368d Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 7 Feb 2021 13:14:28 +0100 Subject: =?UTF-8?q?Dry-clean=20visitor=20with=20a=20macro=20=F0=9F=8F=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/typeset.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/typeset.rs b/tests/typeset.rs index d431abfe..7e7fb463 100644 --- a/tests/typeset.rs +++ b/tests/typeset.rs @@ -452,7 +452,6 @@ fn draw_geometry(canvas: &mut Canvas, pos: Point, _: &Env, element: &Geometry) { let y = pos.y.to_pt() as f32; let mut paint = Paint::default(); - match &element.fill { Fill::Color(c) => match c { typst::color::Color::Rgba(c) => paint.set_color_rgba8(c.r, c.g, c.b, c.a), -- cgit v1.2.3