resolve build failures
https://gt.wittyoneoff.com/jason/socktop-webterm/actions/runs/30 Removed `use std::convert::TryFrom` — redundant in Rust 2021 edition (belt-and-suspenders cleanup) Removed `use std::convert::TryFrom` — redundant in Rust 2021 edition (belt-and-suspenders cleanup)
This commit is contained in:
@@ -21,6 +21,8 @@ jobs:
|
||||
|
||||
- name: Set up Rust toolchain
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
cache: false
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --all-targets --all-features
|
||||
@@ -36,6 +38,7 @@ jobs:
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
components: rustfmt, clippy
|
||||
cache: false
|
||||
|
||||
- name: Cargo fmt
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
Reference in New Issue
Block a user