Explorar o código

don't add wasmbindgen

Jonathan Kelley %!s(int64=2) %!d(string=hai) anos
pai
achega
8d27bb6236
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      packages/autofmt/src/lib.rs

+ 0 - 2
packages/autofmt/src/lib.rs

@@ -14,8 +14,6 @@ mod element;
 mod expr;
 mod writer;
 
-use wasm_bindgen::prelude::*;
-
 /// A modification to the original file to be applied by an IDE
 ///
 /// Right now this re-writes entire rsx! blocks at a time, instead of precise line-by-line changes.