From 99b0f53064b68459e923b16afeb8d2a472831bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 2 Jan 2017 04:54:51 +0100 Subject: [PATCH] style: Describe the gecko module. --- components/style/gecko/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/gecko/mod.rs b/components/style/gecko/mod.rs index 7f227f154dc..0e49405d159 100644 --- a/components/style/gecko/mod.rs +++ b/components/style/gecko/mod.rs @@ -2,6 +2,7 @@ * 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/. */ +//! Gecko-specific style-system bits. pub mod data; pub mod restyle_damage;