mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
style: Allow the logical_geometry
module to be undocumented, for now.
This commit is contained in:
parent
0b3c1a8924
commit
c9ffd9b429
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ pub mod font_metrics;
|
|||
#[cfg(feature = "gecko")] #[allow(unsafe_code)] pub mod gecko;
|
||||
#[cfg(feature = "gecko")] #[allow(unsafe_code)] pub mod gecko_bindings;
|
||||
pub mod keyframes;
|
||||
#[allow(missing_docs)] // TODO.
|
||||
pub mod logical_geometry;
|
||||
pub mod matching;
|
||||
#[allow(missing_docs)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue