Update rust to 1.81 #174
link-check.yml
on: pull_request
markdown-link-check
27s
Annotations
3 errors and 2 warnings
importing legacy numeric constants:
massa-models/src/ledger.rs#L10
error: importing legacy numeric constants
--> massa-models/src/ledger.rs:10:5
|
10 | use core::usize;
| ^^^^^^^^^^^
|
= help: remove this import
= note: then `usize::<CONST>` will resolve to the respective associated constant
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants
|
importing legacy numeric constants:
massa-models/src/clique.rs#L3
error: importing legacy numeric constants
--> massa-models/src/clique.rs:3:5
|
3 | use core::usize;
| ^^^^^^^^^^^
|
= help: remove this import
= note: then `usize::<CONST>` will resolve to the respective associated constant
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants
= note: `-D clippy::legacy-numeric-constants` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::legacy_numeric_constants)]`
|
importing legacy numeric constants:
massa-models/src/clique.rs#L3
error: importing legacy numeric constants
--> massa-models/src/clique.rs:3:5
|
3 | use core::usize;
| ^^^^^^^^^^^
|
= help: remove this import
= note: then `usize::<CONST>` will resolve to the respective associated constant
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants
= note: `-D clippy::legacy-numeric-constants` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::legacy_numeric_constants)]`
|
markdown-link-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
markdown-link-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|