Add compile-time and runtime checks for feature availability #144
GitHub Actions / clippy (libcoap-sys)
succeeded
Aug 19, 2024 in 0s
reviewdog [clippy (libcoap-sys)] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (1)
libcoap-sys/build.rs|247 col 9| warning: the borrowed expression implements the required traits
--> libcoap-sys/build.rs:247:9
|
247 | &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
Loading