Remove unused code and make utils private

This commit is contained in:
Tyler Southwick 2016-04-22 00:45:17 -07:00
parent 0e0e902edd
commit b747951d15
2 changed files with 1 additions and 25 deletions

View file

@ -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) {