From 0cf72d5e70530ad8bc08fdf7b075abba18695505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sun, 18 Jun 2023 14:05:15 +0200 Subject: [PATCH] style: Remove assert that doesn't hold for text-decorations because of presentation hints MANUAL PUSH: Orange fix CLOSED TREE --- components/style_derive/to_css.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style_derive/to_css.rs b/components/style_derive/to_css.rs index af729f91459..ac0bf05b900 100644 --- a/components/style_derive/to_css.rs +++ b/components/style_derive/to_css.rs @@ -63,7 +63,6 @@ fn derive_bitflags(input: &syn::DeriveInput, bitflags: &CssBitflagAttrs) -> Toke } body.append_all(quote! { - debug_assert!(has_any, "Shouldn't have parsed empty"); Ok(()) });