mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +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;
|
||||
/// 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