Update rust to 1.81 #177
link-check.yml
on: pull_request
markdown-link-check
27s
Annotations
2 errors and 2 warnings
doc list item without indentation:
massa-ledger-exports/src/ledger_changes.rs#L844
error: doc list item without indentation
--> massa-ledger-exports/src/ledger_changes.rs:844:9
|
844 | /// when / if we allow full entry Delete given the current LedgerChanges::Delete handling. In that case, a rework may be necessary.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
844 | /// when / if we allow full entry Delete given the current LedgerChanges::Delete handling. In that case, a rework may be necessary.
| ++
|
unused import: `config::*`:
massa-pos-exports/src/test_exports/mod.rs#L8
error: unused import: `config::*`
--> massa-pos-exports/src/test_exports/mod.rs:8:9
|
8 | pub use config::*;
| ^^^^^^^^^
|
help: if this is a test module, consider adding a `#[cfg(test)]` to the containing module
--> massa-pos-exports/src/lib.rs:31:1
|
31 | pub mod test_exports;
| ^^^^^^^^^^^^^^^^^^^^^
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
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/
|