From 9128be2afc86b81486a429a37e5c0107eedab68f Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 13 Jun 2021 12:20:35 +0530 Subject: shave off a couple more kb --- src/lib.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 9593d68..ba431d0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,6 @@ mod utils; use js_sys::Array; - use syntax::{ ast::{self, AstNode}, NodeOrToken, SourceFile, SyntaxElement, SyntaxError, SyntaxNode, @@ -10,8 +9,6 @@ use wasm_bindgen::prelude::*; use std::{convert::From, str::FromStr}; -// When the `wee_alloc` feature is enabled, use `wee_alloc` as the global -// allocator. #[cfg(feature = "wee_alloc")] #[global_allocator] static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT; -- cgit v1.2.3