Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cargo-apk: Fix improved
clippy::needless_borrow
(rust-mobile#361)
Rust 1.65 stepped up its `clippy::needless_borrow` game around types and their borrows implementing a certain trait, realizing that `&PathBuf` already implements `AsRef<Path>` and doesn't need to be reborrowed as `&&PathBuf`.
- Loading branch information