Skip to content

Commit

Permalink
rust-rewrite: Removed unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
schilkp committed Jul 3, 2024
1 parent 39e28a7 commit 23a780b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reginald/src/traits.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use core::fmt::{Debug, Display};
use core::{convert::Infallible, usize};
use core::{convert::Infallible};

// Struct to bytes converstion:
pub trait ToBytes<const N: usize>: Sized {
Expand Down

0 comments on commit 23a780b

Please sign in to comment.