Skip to content

Commit

Permalink
Move misplaced use back to the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
tdittr authored and davidv1992 committed Nov 23, 2023
1 parent 2f49449 commit 8769cbc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions statime/src/datastructures/messages/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ use super::{
datasets::DefaultDS,
WireFormatError,
};
use crate::ptp_instance::PtpInstanceState;
use crate::{
config::LeapIndicator,
ptp_instance::PtpInstanceState,
time::{Interval, Time},
};

mod announce;
mod control_field;
Expand Down Expand Up @@ -75,11 +79,6 @@ impl TryFrom<u8> for MessageType {
#[cfg(feature = "fuzz")]
pub use fuzz::FuzzMessage;

use crate::{
config::LeapIndicator,
time::{Interval, Time},
};

#[cfg(feature = "fuzz")]
mod fuzz {
use super::*;
Expand Down

0 comments on commit 8769cbc

Please sign in to comment.