Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve manual_string_new pedantic clippy lint in test
error: empty String is being created manually --> tests/test.rs:1110:18 | 1110 | ("\"\"", "".to_string()), | ^^^^^^^^^^^^^^ help: consider using: `String::new()` | = note: `-D clippy::manual-string-new` implied by `-D clippy::pedantic` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_string_new
- Loading branch information