Skip to content

Commit 6b3596f

Browse files
alexcrichtonPauan
authored andcommitted
Fixup generated code
1 parent 044f3cb commit 6b3596f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Diff for: crates/web-sys/src/features/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![allow(non_snake_case, unused_imports)]
2-
31
#[cfg(feature = "AbortController")]
42
mod gen_AbortController;
53
#[cfg(feature = "AbortController")]

Diff for: crates/webidl/src/main.rs

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
use anyhow::{Context, Result};
2-
use sourcefile::SourceFile;
3-
use std::collections::BTreeMap;
4-
use std::ffi::OsStr;
52
use std::fs;
6-
use std::path::{Path, PathBuf};
7-
use std::process::Command;
3+
use std::path::PathBuf;
84
use structopt::StructOpt;
9-
use wasm_bindgen_webidl::Feature;
105

116
#[derive(StructOpt, Debug)]
127
#[structopt(

0 commit comments

Comments
 (0)