Skip to content

Commit

Permalink
rust-rewrite: Fixed formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
schilkp committed Jul 3, 2024
1 parent 4e82d30 commit aee9f94
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::convert::Infallible;
use core::fmt::{Debug, Display};
use core::{convert::Infallible};

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

0 comments on commit aee9f94

Please sign in to comment.