Merge pull request #48 from mobusoperandi/extract_error_format #33
Annotations
6 warnings
fmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, FrancisRussell/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, FrancisRussell/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
cargo-clippy: unused import: `std::string`:
src/app/state.rs#L3
warning: unused import: `std::string`
--> src/app/state.rs:3:5
|
3 | use std::string;
| ^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
cargo-clippy: 1 warning emitted
warning: 1 warning emitted
|
test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, FrancisRussell/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, FrancisRussell/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|