libyaml-safer/tests
David Tolnay 447a4caa09
Resolve needless_borrow pedantic clippy lint in test
error: the borrowed expression implements the required traits
      --> tests/data/build.rs:23:43
       |
    23 |     let response = reqwest::blocking::get(&url)?.error_for_status()?;
       |                                           ^^^^ help: change this to: `url`
       |
       = 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:33:15 -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:33:15 -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