[Fix]: Fixed lots of bugs in the Level implementation #263
Annotations
15 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/cargo@v1:
crates/addon/src/behavior/mod.rs#L58
unnecessary `if let` since only the `Ok` variant of the iterator element is used
|
Run actions-rs/cargo@v1:
crates/addon/src/behavior/mod.rs#L93
unnecessary `if let` since only the `Ok` variant of the iterator element is used
|
Run actions-rs/cargo@v1:
crates/addon/src/behavior/mod.rs#L128
unnecessary `if let` since only the `Ok` variant of the iterator element is used
|
Run actions-rs/cargo@v1:
crates/addon/src/behavior/mod.rs#L152
unnecessary `if let` since only the `Ok` variant of the iterator element is used
|
Run actions-rs/cargo@v1
`bedrockrs_addon` (lib) generated 4 warnings
|
Run actions-rs/cargo@v1:
crates/form/src/elems/button.rs#L1
unused import: `Deserializer`
|
Run actions-rs/cargo@v1
`bedrockrs_form` (lib) generated 1 warning
|
Run actions-rs/cargo@v1:
crates/level/src/level/chunk.rs#L383
empty line after doc comment
|
Run actions-rs/cargo@v1:
crates/level/src/level/chunk.rs#L470
transmute used without annotations
|
Run actions-rs/cargo@v1:
crates/level/src/level/mod.rs#L5
module has the same name as its containing module
|
Loading