Skip to content

chore: run formatting on minecraft types #641

chore: run formatting on minecraft types

chore: run formatting on minecraft types #641

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

clippy

4 warnings

Details

Results

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

Versions

  • rustc 1.76.0 (07dca489a 2024-02-04)
  • cargo 1.76.0 (c84b36747 2024-01-18)
  • clippy 0.1.76 (07dca48 2024-02-04)

Annotations

Check warning on line 59 in crates/lib/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `query::*`

warning: unused import: `query::*`
  --> crates/lib/src/lib.rs:59:9
   |
59 | pub use query::*;
   |         ^^^^^^^^

Check warning on line 7 in crates/lib/src/games/minecraft/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `protocol::*`

warning: unused import: `protocol::*`
 --> crates/lib/src/games/minecraft/mod.rs:7:9
  |
7 | pub use protocol::*;
  |         ^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

Check warning on line 59 in crates/lib/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `query::*`

warning: unused import: `query::*`
  --> crates/lib/src/lib.rs:59:9
   |
59 | pub use query::*;
   |         ^^^^^^^^

Check warning on line 7 in crates/lib/src/games/minecraft/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `protocol::*`

warning: unused import: `protocol::*`
 --> crates/lib/src/games/minecraft/mod.rs:7:9
  |
7 | pub use protocol::*;
  |         ^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default