style: Remove assert that doesn't hold for text-decorations because of presentation hints

MANUAL PUSH: Orange fix CLOSED TREE
This commit is contained in:
Emilio Cobos Álvarez 2023-06-18 14:05:15 +02:00 committed by Martin Robinson
parent ec6099563e
commit 0cf72d5e70

View file

@ -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(())
});