Skip to content

Commit

Permalink
Fixup generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Mar 2, 2020
1 parent f993478 commit f122529
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions crates/web-sys/src/features/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(non_snake_case, unused_imports)]

#[cfg(feature = "AbortController")]
mod gen_AbortController;
#[cfg(feature = "AbortController")]
Expand Down
7 changes: 1 addition & 6 deletions crates/webidl/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
use anyhow::{Context, Result};
use sourcefile::SourceFile;
use std::collections::BTreeMap;
use std::ffi::OsStr;
use std::fs;
use std::path::{Path, PathBuf};
use std::process::Command;
use std::path::PathBuf;
use structopt::StructOpt;
use wasm_bindgen_webidl::Feature;

#[derive(StructOpt, Debug)]
#[structopt(
Expand Down

0 comments on commit f122529

Please sign in to comment.