mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
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:
parent
b31470dddb
commit
3f7f914e16
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue