Skip to content

Update rust to 1.81 #174

Update rust to 1.81

Update rust to 1.81 #174

Triggered via pull request September 27, 2024 07:24
Status Success
Total duration 34s
Artifacts

link-check.yml

on: pull_request
markdown-link-check
27s
markdown-link-check
Fit to window
Zoom out
Zoom in

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/