Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move license files into the two crates #46

Merged
merged 1 commit into from
Jan 30, 2024

Move license files into the two crates

d20b082
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Move license files into the two crates #46

Move license files into the two crates
d20b082
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy failed Jan 30, 2024 in 0s

clippy

2 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 2
Warning 0
Note 0
Help 0

Versions

  • rustc 1.75.0 (82e1608df 2023-12-21)
  • cargo 1.75.0 (1d8b05cdd 2023-11-20)
  • clippy 0.1.75 (82e1608d 2023-12-21)

Annotations

Check failure on line 222 in system-configuration/src/network_reachability.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

this public function might dereference a raw pointer but is not marked `unsafe`

error: this public function might dereference a raw pointer but is not marked `unsafe`
   --> system-configuration/src/network_reachability.rs:222:17
    |
222 |                 run_loop_mode,
    |                 ^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#not_unsafe_ptr_arg_deref

Check failure on line 198 in system-configuration/src/network_reachability.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

this public function might dereference a raw pointer but is not marked `unsafe`

error: this public function might dereference a raw pointer but is not marked `unsafe`
   --> system-configuration/src/network_reachability.rs:198:17
    |
198 |                 run_loop_mode,
    |                 ^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#not_unsafe_ptr_arg_deref
    = note: `#[deny(clippy::not_unsafe_ptr_arg_deref)]` on by default