Skip to content

Fixed planet chunks not saving + block data now saves too #812

Fixed planet chunks not saving + block data now saves too

Fixed planet chunks not saving + block data now saves too #812

Triggered via pull request August 23, 2024 23:46
Status Failure
Total duration 3m 21s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 6 warnings
this expression creates a reference which is immediately dereferenced by the compiler: cosmos_server/src/persistence/saving.rs#L215
error: this expression creates a reference which is immediately dereferenced by the compiler --> cosmos_server/src/persistence/saving.rs:215:36 | 215 | if let Err(e) = write_file(&save_file_identifier, &serialized) { | ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `save_file_identifier` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-D clippy::needless-borrow` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
this expression creates a reference which is immediately dereferenced by the compiler: cosmos_server/src/persistence/saving.rs#L215
error: this expression creates a reference which is immediately dereferenced by the compiler --> cosmos_server/src/persistence/saving.rs:215:36 | 215 | if let Err(e) = write_file(&save_file_identifier, &serialized) { | ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `save_file_identifier` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-D clippy::needless-borrow` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
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 following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/