Adding build mode for structures #511
Annotations
2 errors and 5 warnings
the following explicit lifetimes could be elided: 'a:
cosmos_server/src/events/blocks/block_events.rs#L132
error: the following explicit lifetimes could be elided: 'a
--> cosmos_server/src/events/blocks/block_events.rs:132:32
|
132 | fn calculate_build_mode_blocks<'a>(
| ^^
...
137 | inventory: &mut Mut<'a, Inventory>,
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `-D clippy::needless-lifetimes` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]`
help: elide the lifetimes
|
132 ~ fn calculate_build_mode_blocks(
133 | mut structure_blocks: Vec<(BlockCoordinate, BlockFace)>,
...
136 | structure_entity: Entity,
137 ~ inventory: &mut Mut<'_, Inventory>,
|
|
build
Clippy had exited with the 101 exit code
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
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/
|
build
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/
|
build
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/
|
build
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/
|