mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Allow the atomic_refcell module to be undocumented, for now.
Given Bobby is rewriting it as I write this.
This commit is contained in:
parent
c9ffd9b429
commit
3cd6cba1ee
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ extern crate time;
|
||||||
extern crate unicode_segmentation;
|
extern crate unicode_segmentation;
|
||||||
|
|
||||||
pub mod animation;
|
pub mod animation;
|
||||||
|
#[allow(missing_docs)] // TODO: Under a rewrite.
|
||||||
pub mod atomic_refcell;
|
pub mod atomic_refcell;
|
||||||
pub mod attr;
|
pub mod attr;
|
||||||
pub mod bezier;
|
pub mod bezier;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue