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.
This commit is contained in:
Emilio Cobos Álvarez 2017-01-02 00:21:58 +01:00
parent b31470dddb
commit 3f7f914e16
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -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;