fix/review: remove doc hidden on private item (#6186)

Co-authored-by: Bernhard Schuster <bernhard@parity.io>
This commit is contained in:
Bernhard Schuster
2020-05-29 12:03:54 +02:00
committed by GitHub
parent c9cc46de3b
commit 78a72c12d7
@@ -184,7 +184,6 @@ pub struct BlockAndTime<B: BlockNumberProvider> {
/// the deadline.
expiration_duration: Duration,
#[doc(hidden)]
_phantom: core::marker::PhantomData<B>,
}