From 3f7f914e165da93eaad4ac2d276c63f3f3a3e895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 2 Jan 2017 00:21:58 +0100 Subject: [PATCH] style: Allow the lack of documentation for the media_queries module. I'm rewriting all that stuff soon, so it's kind of pointless to document the existing stuff right now. --- components/style/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/lib.rs b/components/style/lib.rs index 30d585e3261..1d3091ca60a 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -107,6 +107,7 @@ pub mod font_metrics; pub mod keyframes; pub mod logical_geometry; pub mod matching; +#[allow(missing_docs)] pub mod media_queries; pub mod owning_handle; pub mod parallel;