aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/macros.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/plugins/macros.rs')
-rw-r--r--components/plugins/macros.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/plugins/macros.rs b/components/plugins/macros.rs
index 12a1953c43c..c4807f4dc49 100644
--- a/components/plugins/macros.rs
+++ b/components/plugins/macros.rs
@@ -2,8 +2,6 @@
* 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/. */
-//! Exports macros for use in other Servo crates.
-
#[macro_export]
macro_rules! bitfield(
($bitfieldname:ident, $getter:ident, $setter:ident, $value:expr) => (