mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
parent
ec6099563e
commit
0cf72d5e70
1 changed files with 0 additions and 1 deletions
|
@ -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(())
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue