resolve build failures
Build and Deploy to K3s / test (push) Failing after 11s
Build and Deploy to K3s / lint (push) Has been skipped
Build and Deploy to K3s / build-and-push (push) Has been skipped
Build and Deploy to K3s / deploy (push) Has been skipped

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:
jasonwitty
2026-05-18 16:22:41 -07:00
parent 828bc39229
commit 7e5a246269
3 changed files with 5 additions and 3 deletions
-1
View File
@@ -3,7 +3,6 @@ use log::error;
use libc::c_ushort;
use std::convert::TryFrom;
use std::fmt;
use serde::ser::SerializeSeq;