Remove stray file no longer needed

This commit is contained in:
Alex Crichton 2018-08-06 11:10:19 -07:00
parent 0a2399a7f1
commit 0fbdc7682c
2 changed files with 0 additions and 1 deletions

View File

@ -5,6 +5,5 @@ extern crate wasm_bindgen_test_project_builder as project_builder;
use project_builder::project; use project_builder::project;
mod comments; mod comments;
mod js_objects;
mod imports; mod imports;
mod typescript; mod typescript;