wasm-bindgen/crates/webidl
Stephan Wolski 4cc069bd01 Clean up Some Clippy Warnings (#478)
* clippy: it is more idiomatic to loop over references to containers instead of using explicit iteration methods

* clippy: useless use of `format!`

* clippy: if/else is an expression

* clippy: use of  followed by a function call

* clippy: large size difference between variants

* clippy: redundant closure

* Revert "clippy: large size difference between variants"

This reverts commit 7e2e660dd4.

* Revert "clippy: it is more idiomatic to loop over references to containers instead of using explicit iteration methods"

This reverts commit 5c4804f790.
2018-07-15 11:43:55 -05:00
..
src Clean up Some Clippy Warnings (#478) 2018-07-15 11:43:55 -05:00
tests/all split const integers into signed and unsigned 2018-07-14 22:48:37 +02:00
Cargo.toml split const integers into signed and unsigned 2018-07-14 22:48:37 +02:00