Auto merge of #8231 - mbrubeck:plugin-doc, r=eefriedman

Fix misplaced doc comment in plugins/lib.rs



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8231)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-10-28 05:12:36 +05:30
commit 949a5b3a3e

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;