mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
Remove unused code and make utils private
This commit is contained in:
parent
0e0e902edd
commit
b747951d15
2 changed files with 1 additions and 25 deletions
|
@ -39,7 +39,7 @@ pub mod lints;
|
|||
/// Autogenerates implementations of Reflectable on DOM structs
|
||||
pub mod reflector;
|
||||
/// Utilities for writing plugins
|
||||
pub mod utils;
|
||||
mod utils;
|
||||
|
||||
#[plugin_registrar]
|
||||
pub fn plugin_registrar(reg: &mut Registry) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue