We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044f3cb commit 6b3596fCopy full SHA for 6b3596f
crates/web-sys/src/features/mod.rs
@@ -1,5 +1,3 @@
1
-#![allow(non_snake_case, unused_imports)]
2
-
3
#[cfg(feature = "AbortController")]
4
mod gen_AbortController;
5
crates/webidl/src/main.rs
@@ -1,12 +1,7 @@
use anyhow::{Context, Result};
-use sourcefile::SourceFile;
-use std::collections::BTreeMap;
-use std::ffi::OsStr;
use std::fs;
6
-use std::path::{Path, PathBuf};
7
-use std::process::Command;
+use std::path::PathBuf;
8
use structopt::StructOpt;
9
-use wasm_bindgen_webidl::Feature;
10
11
#[derive(StructOpt, Debug)]
12
#[structopt(
0 commit comments