Skip to content

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

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

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

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|103 col 5| warning: unnecessary unsafe block
--> libcoap-sys/build.rs:103:5
|
103 | 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 103 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#L103

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


__END__