Skip to content

Commit

Permalink
remove TryFrom import
Browse files Browse the repository at this point in the history
  • Loading branch information
royaltm committed Feb 20, 2024
1 parent c99a7d4 commit 79311a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cpu/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#![allow(clippy::inconsistent_digit_grouping)]
#![allow(clippy::unusual_byte_groupings)]
#![allow(clippy::upper_case_acronyms)]
use core::convert::TryFrom;
use core::fmt;
#[cfg(feature = "serde")] use serde::{Serialize, Deserialize};
use super::flags::CpuFlags;
Expand Down

0 comments on commit 79311a0

Please sign in to comment.