You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove some default associated types, so that default methods don’t have to be overridden.
Since rust-lang/rust#26728 , Servo would get build errors like:
error: the following trait items need to be reimplemented as `AtRule` was overridden: `rule_without_block` [E0399]
type AtRule = CSSRule;
^~~~~~~~~~~~~~~~~~~~~~
0 commit comments