libyaml-safer/tests/data
David Tolnay 09ae09301c
Resolve needless_borrow pedantic clippy lint in test
error: the borrowed expression implements the required traits
      --> tests/data/lib.rs:36:31
       |
    36 |     for entry in fs::read_dir(&yaml_test_suite).unwrap() {
       |                               ^^^^^^^^^^^^^^^^ help: change this to: `yaml_test_suite`
       |
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
       = note: `-D clippy::needless-borrow` implied by `-D clippy::all`
2022-10-24 21:42:13 -07:00
..
.gitignore Wire up yaml-test-suite 2022-07-03 13:37:06 -07:00
build.rs Resolve needless_borrow pedantic clippy lint in test 2022-10-24 21:33:15 -07:00
Cargo.toml Add authors to Cargo.toml 2022-07-31 19:25:47 -07:00
lib.rs Resolve needless_borrow pedantic clippy lint in test 2022-10-24 21:42:13 -07:00