Skip to content

merge: pull request #31 from namib-project/fix_trailing_uri_paths #154

merge: pull request #31 from namib-project/fix_trailing_uri_paths

merge: pull request #31 from namib-project/fix_trailing_uri_paths #154

GitHub Actions / clippy (libcoap-sys) succeeded Aug 23, 2024 in 0s

reviewdog [clippy (libcoap-sys)] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (1)

libcoap-sys/build.rs|249 col 9| warning: the borrowed expression implements the required traits
--> libcoap-sys/build.rs:249:9
|
249 | &Path::new(&esp_idf_buildroot).join("build"),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: Path::new(&esp_idf_buildroot).join("build")
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
= note: #[warn(clippy::needless_borrows_for_generic_args)] on by default