From 74787a9c464058509e09bc262b02eb2010968e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Fri, 26 May 2023 11:05:19 +0200 Subject: [PATCH] style: Restore an #[allow] that will otherwise cause warnings. --- components/style/stylesheets/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/stylesheets/mod.rs b/components/style/stylesheets/mod.rs index dbb42667b60..dc3f39e03b0 100644 --- a/components/style/stylesheets/mod.rs +++ b/components/style/stylesheets/mod.rs @@ -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