all clippy fixes
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good

This commit is contained in:
2024-01-30 23:48:46 +01:00
parent 21edd1dcff
commit b27842c2bb
9 changed files with 6 additions and 65 deletions

View File

@ -1,6 +1,5 @@
use derive_new::new;
use satrs_example::TargetIdWithApid;
use zerocopy::AsBytes;
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum AcsHkIds {
@ -19,6 +18,7 @@ impl From<u32> for HkUniqueId {
}
impl HkUniqueId {
#[allow(dead_code)]
pub fn id(&self) -> u32 {
self.id
}