Skip to content

Various fixes and alignments #159

Various fixes and alignments

Various fixes and alignments #159

GitHub Actions / clippy succeeded Feb 21, 2024 in 0s

clippy

1 warning

Details

Results

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

Versions

  • rustc 1.67.1 (d5a82bbd2 2023-02-07)
  • cargo 1.67.1 (8ecd4f20a 2023-01-10)
  • clippy 0.1.67 (d5a82bb 2023-02-07)

Annotations

Check warning on line 42 in debug-test/src/main.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unnecessary `unsafe` block

warning: unnecessary `unsafe` block
  --> debug-test/src/main.rs:42:9
   |
42 |         unsafe {
   |         ^^^^^^ unnecessary `unsafe` block
   |
   = note: `#[warn(unused_unsafe)]` on by default