mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Fix misplaced doc comment in plugins/lib.rs
This commit is contained in:
parent
bccede0370
commit
64a2d9e793
1 changed files with 1 additions and 1 deletions
|
@ -36,8 +36,8 @@ use syntax::parse::token::intern;
|
||||||
pub mod jstraceable;
|
pub mod jstraceable;
|
||||||
/// Handles the auto-deriving for `#[derive(HeapSizeOf)]`
|
/// Handles the auto-deriving for `#[derive(HeapSizeOf)]`
|
||||||
pub mod heap_size;
|
pub mod heap_size;
|
||||||
/// Autogenerates implementations of Reflectable on DOM structs
|
|
||||||
pub mod lints;
|
pub mod lints;
|
||||||
|
/// Autogenerates implementations of Reflectable on DOM structs
|
||||||
pub mod reflector;
|
pub mod reflector;
|
||||||
/// Utilities for writing plugins
|
/// Utilities for writing plugins
|
||||||
pub mod casing;
|
pub mod casing;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue