From 89f3e34f48b40481ef15189f1ea8951ad68db4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 2 Jan 2017 03:05:42 +0100 Subject: [PATCH] style: Describe the sugar module. --- components/style/gecko_bindings/sugar/mod.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/style/gecko_bindings/sugar/mod.rs b/components/style/gecko_bindings/sugar/mod.rs index 5c7eb198184..b4c94dcbe70 100644 --- a/components/style/gecko_bindings/sugar/mod.rs +++ b/components/style/gecko_bindings/sugar/mod.rs @@ -2,6 +2,8 @@ * 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/. */ +//! Rust sugar and convenience methods for Gecko types. + mod ns_com_ptr; mod ns_css_shadow_array; mod ns_style_auto_array;