7fa3ffdd1d
Fixes a clippy warning: ``` warning: redundant closure --> src/parse/mod.rs:70:9 | 70 | |s| unescape_quoted(s), | ^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `unescape_quoted` | = note: `#[warn(clippy::redundant_closure)]` on by default = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure ``` |
||
---|---|---|
.github/workflows | ||
examples | ||
fuzz | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
SECURITY.md | ||
deny.toml |