libyaml-safer/tests
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
..
bin Make test suite runnable in miri 2022-07-08 12:54:43 -07:00
data Resolve needless_borrow pedantic clippy lint in test 2022-10-24 21:42:13 -07:00
ignorelist Wire up yaml-test-suite 2022-07-03 13:37:06 -07:00
test_emitter.rs Deal with clippy lints 2022-07-08 12:54:44 -07:00
test_parser.rs Deal with clippy lints 2022-07-08 12:54:44 -07:00
test_parser_error.rs Deal with clippy lints 2022-07-08 12:54:44 -07:00