This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`
- Loading branch information