Skip to content

Commit

Permalink
nit: remove PhantomData (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
ts0yu authored Feb 9, 2024
1 parent d9a6b7f commit 87fe0b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arbiter-engine/src/machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ where
/// The [`State::Processing`] stage will attempt a decode of the [`String`]s
/// into the event type `<E>`.
event_stream: Option<EventStream<E>>,

phantom: std::marker::PhantomData<E>,
}

impl<B, E> Debug for Engine<B, E>
Expand All @@ -200,7 +198,6 @@ where
behavior: Some(behavior),
state: State::Uninitialized,
event_stream: None,
phantom: std::marker::PhantomData,
}
}
}
Expand Down

0 comments on commit 87fe0b8

Please sign in to comment.