Skip to content

Update libcoap to 4.3.5, bump dependencies, improve linking (incl. ESP32) #109

Update libcoap to 4.3.5, bump dependencies, improve linking (incl. ESP32)

Update libcoap to 4.3.5, bump dependencies, improve linking (incl. ESP32) #109

GitHub Actions / clippy (libcoap-sys) completed Jul 2, 2024 in 0s

reviewdog [clippy (libcoap-sys)] report

reported by reviewdog 🐶

Findings (1)

libcoap-sys/build.rs|97 col 5| warning: unnecessary unsafe block
--> libcoap-sys/build.rs:97:5
|
97 | unsafe { env::set_var("PATH", embuild_env) };
| ^^^^^^ unnecessary unsafe block
|
= note: #[warn(unused_unsafe)] on by default

Filtered Findings (0)

Annotations

Check warning on line 97 in libcoap-sys/build.rs

See this annotation in the file changed.

@github-actions github-actions / clippy (libcoap-sys)

[clippy (libcoap-sys)] libcoap-sys/build.rs#L97

warning: unnecessary `unsafe` block
  --> libcoap-sys/build.rs:97:5
   |
97 |     unsafe { env::set_var("PATH", embuild_env) };
   |     ^^^^^^ unnecessary `unsafe` block
   |
   = note: `#[warn(unused_unsafe)]` on by default
Raw output
libcoap-sys/build.rs:97:5:w:warning: unnecessary `unsafe` block
  --> libcoap-sys/build.rs:97:5
   |
97 |     unsafe { env::set_var("PATH", embuild_env) };
   |     ^^^^^^ unnecessary `unsafe` block
   |
   = note: `#[warn(unused_unsafe)]` on by default


__END__