style: Document the servo-specific module.

This commit is contained in:
Emilio Cobos Álvarez 2017-01-01 22:12:00 +01:00
parent 2cef9c948e
commit 7ad3ac054a
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

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