Fix command packets (#155) #453
Annotations
13 warnings
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "github-pages".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Invalid file permissions automatically fixed
mode of './target/doc/.lock' changed from 0600 (rw-------) to 0644 (rw-r--r--)
|
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions/configure-pages@v2, actions/upload-artifact@v3, actions/deploy-pages@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-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/
|
the feature `lazy_cell` has been stable since 1.80.0 and no longer requires an attribute to enable:
azalea/src/lib.rs#L4
warning: the feature `lazy_cell` has been stable since 1.80.0 and no longer requires an attribute to enable
--> azalea/src/lib.rs:4:12
|
4 | #![feature(lazy_cell)]
| ^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default
|
the feature `lazy_cell` has been stable since 1.80.0 and no longer requires an attribute to enable:
azalea-physics/src/lib.rs#L3
warning: the feature `lazy_cell` has been stable since 1.80.0 and no longer requires an attribute to enable
--> azalea-physics/src/lib.rs:3:12
|
3 | #![feature(lazy_cell)]
| ^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default
|
this expression creates a reference which is immediately dereferenced by the compiler:
azalea-block/azalea-block-macros/src/lib.rs#L832
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> azalea-block/azalea-block-macros/src/lib.rs:832:14
|
832 | _ => &name,
| ^^^^^ help: change this to: `name`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|
the feature `lazy_cell` has been stable since 1.80.0 and no longer requires an attribute to enable:
azalea-core/src/lib.rs#L2
warning: the feature `lazy_cell` has been stable since 1.80.0 and no longer requires an attribute to enable
--> azalea-core/src/lib.rs:2:12
|
2 | #![feature(lazy_cell)]
| ^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default
|
this expression creates a reference which is immediately dereferenced by the compiler:
azalea-block/azalea-block-macros/src/lib.rs#L832
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> azalea-block/azalea-block-macros/src/lib.rs:832:14
|
832 | _ => &name,
| ^^^^^ help: change this to: `name`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|