Skip to content

Add compile-time and runtime checks for feature availability #147

Add compile-time and runtime checks for feature availability

Add compile-time and runtime checks for feature availability #147

GitHub Actions / clippy (libcoap-sys) succeeded Aug 22, 2024 in 1s

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