mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Issue #7390 correct the order of mod declaration
This commit is contained in:
parent
e81e91207c
commit
6565e7b02f
11 changed files with 53 additions and 55 deletions
|
@ -37,11 +37,11 @@ pub mod jstraceable;
|
|||
/// Handles the auto-deriving for `#[derive(HeapSizeOf)]`
|
||||
pub mod heap_size;
|
||||
/// Autogenerates implementations of Reflectable on DOM structs
|
||||
pub mod reflector;
|
||||
pub mod lints;
|
||||
pub mod reflector;
|
||||
/// Utilities for writing plugins
|
||||
pub mod utils;
|
||||
pub mod casing;
|
||||
pub mod utils;
|
||||
|
||||
#[plugin_registrar]
|
||||
pub fn plugin_registrar(reg: &mut Registry) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue