Skip to content

Set correct buffer size in into_options() on libcoap<4.3.5rc2 #150

Set correct buffer size in into_options() on libcoap<4.3.5rc2

Set correct buffer size in into_options() on libcoap<4.3.5rc2 #150

GitHub Actions / clippy (libcoap-sys) succeeded Aug 22, 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