Skip to content

implement ggrs-based desync detection (#32) #33

implement ggrs-based desync detection (#32)

implement ggrs-based desync detection (#32) #33

GitHub Actions / clippy failed Dec 29, 2023 in 0s

clippy

4 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 4
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 (82e1608 2023-12-21)

Annotations

Check failure on line 32 in src/main.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `PlayerHandle`

error: unused import: `PlayerHandle`
  --> src/main.rs:32:40
   |
32 |     pub use ggrs::{Frame, InputStatus, PlayerHandle, PlayerType, SessionBuilder};
   |                                        ^^^^^^^^^^^^

Check failure on line 29 in src/main.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `bevy_matchbox::prelude::*`

error: unused import: `bevy_matchbox::prelude::*`
  --> src/main.rs:29:13
   |
29 |     pub use bevy_matchbox::prelude::*;
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^

Check failure on line 28 in src/main.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `bevy_matchbox::matchbox_socket::WebRtcSocket`

error: unused import: `bevy_matchbox::matchbox_socket::WebRtcSocket`
  --> src/main.rs:28:13
   |
28 |     pub use bevy_matchbox::matchbox_socket::WebRtcSocket;
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check failure on line 24 in src/main.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `bevy::tasks::IoTaskPool`

error: unused import: `bevy::tasks::IoTaskPool`
  --> src/main.rs:24:13
   |
24 |     pub use bevy::tasks::IoTaskPool;
   |             ^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_imports)]`