ignore clippy warning on spawn_listener #609
Annotations
6 warnings
use `std::ptr::eq` when comparing raw pointers:
azalea-brigadier/src/command_dispatcher.rs#L430
warning: use `std::ptr::eq` when comparing raw pointers
--> azalea-brigadier/src/command_dispatcher.rs:430:31
|
430 | let redirect = if redirect.data_ptr() == self.root.data_ptr() {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `std::ptr::eq(redirect.data_ptr(), self.root.data_ptr())`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_eq
|
use `std::ptr::eq` when comparing raw pointers:
azalea-brigadier/src/command_dispatcher.rs#L352
warning: use `std::ptr::eq` when comparing raw pointers
--> azalea-brigadier/src/command_dispatcher.rs:352:35
|
352 | let redirect = if redirect.data_ptr() == self.root.data_ptr() {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `std::ptr::eq(redirect.data_ptr(), self.root.data_ptr())`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_eq
= note: `#[warn(clippy::ptr_eq)]` on by default
|
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
github-pages
Expired
|
22 MB |
sha256:eb69a789241bff7349d8eb795855101317a7a0b4d3d15580b41fcc09d3b97b5f
|
|