Skip to content

default to survival mode when GameMode is out of bounds #1675

default to survival mode when GameMode is out of bounds

default to survival mode when GameMode is out of bounds #1675

GitHub Actions / clippy succeeded Dec 16, 2023 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.76.0-nightly (a96d57bdb 2023-12-15)
  • cargo 1.76.0-nightly (1aa9df1a5 2023-12-12)
  • clippy 0.1.76 (a96d57b 2023-12-15)

Annotations

Check warning on line 297 in azalea-brigadier/src/tree/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

lint `clippy::vtable_address_comparisons` has been renamed to `ambiguous_wide_pointer_comparisons`

warning: lint `clippy::vtable_address_comparisons` has been renamed to `ambiguous_wide_pointer_comparisons`
   --> azalea-brigadier/src/tree/mod.rs:297:25
    |
297 |                 #[allow(clippy::vtable_address_comparisons)]
    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `ambiguous_wide_pointer_comparisons`
    |
    = note: `#[warn(renamed_and_removed_lints)]` on by default