mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Restore an #[allow] that will otherwise cause warnings.
This commit is contained in:
parent
5fad3b4cde
commit
74787a9c46
1 changed files with 1 additions and 0 deletions
|
@ -308,6 +308,7 @@ impl CssRule {
|
|||
}
|
||||
|
||||
/// https://drafts.csswg.org/cssom-1/#dom-cssrule-type
|
||||
#[allow(missing_docs)]
|
||||
#[derive(Clone, Copy, Debug, Eq, FromPrimitive, PartialEq)]
|
||||
pub enum CssRuleType {
|
||||
// https://drafts.csswg.org/cssom/#the-cssrule-interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue