Skip to content

feat: error when recipe-dir is not a directory #1633

feat: error when recipe-dir is not a directory

feat: error when recipe-dir is not a directory #1633

GitHub Actions / clippy succeeded Jul 11, 2024 in 1s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (1)

src/macos/link.rs|630 col 24| error: the borrowed expression implements the required traits
--> src/macos/link.rs:630:24
|
630 | fs::create_dir(&bin_dir)?;
| ^^^^^^^^ help: change this to: bin_dir
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
= note: -D clippy::needless-borrows-for-generic-args implied by -D warnings
= help: to override -D warnings add #[allow(clippy::needless_borrows_for_generic_args)]