[chore] clippy fixes and use fixed rust version from REQUIRED_RUSTC_VERSION (#6295)

* clippy fix part 1

* use REQUIRED_RUSTC_VERSION instead of stable

* workflow fix

* forgot latest
This commit is contained in:
Simon Wicky
2025-12-16 13:53:45 +01:00
committed by GitHub
parent 2f2ab9c356
commit 892341fa59
28 changed files with 39 additions and 41 deletions
@@ -3,7 +3,6 @@
use std::num::ParseIntError;
use thiserror::Error;
use tracing::error;
#[derive(Debug, Error)]
pub enum BandwidthError {