diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-01-01 22:12:00 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-01-02 12:57:50 +0100 |
commit | 7ad3ac054ae399412aba18663f39b4c76ef30f20 (patch) | |
tree | b6a8d8fa8f3f02d7c84a7aa72963fbba22c11959 /components/style/servo/mod.rs | |
parent | 2cef9c948ec6e5a0f135ccffdf06d967294b2d1e (diff) | |
download | servo-7ad3ac054ae399412aba18663f39b4c76ef30f20.tar.gz servo-7ad3ac054ae399412aba18663f39b4c76ef30f20.zip |
style: Document the servo-specific module.
Diffstat (limited to 'components/style/servo/mod.rs')
-rw-r--r-- | components/style/servo/mod.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/style/servo/mod.rs b/components/style/servo/mod.rs index fd7f1b7c566..29025b432a7 100644 --- a/components/style/servo/mod.rs +++ b/components/style/servo/mod.rs @@ -2,5 +2,9 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +//! Servo-specific bits of the style system. +//! +//! These get compiled out on a Gecko build. + pub mod restyle_damage; pub mod selector_parser; |