mirror of
https://github.com/servo/servo.git
synced 2025-09-17 02:18:23 +01:00
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:
commit
949a5b3a3e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue