mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-31 20:11:55 +00:00
Run rustfmt over everything
This commit is contained in:
@@ -59,7 +59,8 @@ fn try_main() -> Result<(), failure::Error> {
|
||||
.map(|mut p| {
|
||||
p.drain(0.."CARGO_FEATURE_".len());
|
||||
p
|
||||
}).collect::<HashSet<_>>();
|
||||
})
|
||||
.collect::<HashSet<_>>();
|
||||
|
||||
let mut allowed = Vec::new();
|
||||
for feature in features.filter(|f| !f.starts_with("#") && !f.starts_with("[")) {
|
||||
|
Reference in New Issue
Block a user