Skip to content

fix broken tests

fix broken tests #2554

GitHub Actions / clippy succeeded Oct 13, 2025 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.92.0-nightly (2300c2aef 2025-10-12)
  • cargo 1.92.0-nightly (81c3f77a4 2025-10-10)
  • clippy 0.1.92 (2300c2aef7 2025-10-12)

Annotations

Check warning on line 58 in azalea-entity/src/data.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unnecessary parentheses

warning: unnecessary parentheses
  --> azalea-entity/src/data.rs:58:24
   |
58 | #[derive(Clone, Debug, EnumAsInner, AzBuf, PartialEq)]
   |                        ^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
   = note: `#[warn(clippy::double_parens)]` on by default
   = note: this warning originates in the derive macro `EnumAsInner` (in Nightly builds, run with -Z macro-backtrace for more info)