Fix misplaced doc comment in plugins/lib.rs

This commit is contained in:
Matt Brubeck 2015-10-27 16:37:57 -07:00
parent bccede0370
commit 64a2d9e793

View file

@ -36,8 +36,8 @@ use syntax::parse::token::intern;
pub mod jstraceable;
/// Handles the auto-deriving for `#[derive(HeapSizeOf)]`
pub mod heap_size;
/// Autogenerates implementations of Reflectable on DOM structs
pub mod lints;
/// Autogenerates implementations of Reflectable on DOM structs
pub mod reflector;
/// Utilities for writing plugins
pub mod casing;