Skip to content

Commit

Permalink
rmt: ChannelCreator: remove allow(missing_docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
liebman committed May 27, 2024
1 parent af790f0 commit 7b4ddb1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions esp-hal/src/rmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,6 @@ mod impl_for_chip {
}

/// RMT Channel Creator
#[allow(missing_docs)]
pub struct ChannelCreator<M, const CHANNEL: u8>
where
M: crate::Mode,
Expand Down Expand Up @@ -770,7 +769,6 @@ mod impl_for_chip {
}

/// RMT Channel Creator
#[allow(missing_docs)]
pub struct ChannelCreator<M, const CHANNEL: u8>
where
M: crate::Mode,
Expand Down Expand Up @@ -863,7 +861,6 @@ mod impl_for_chip {
}

/// RMT Channel Creator
#[allow(missing_docs)]
pub struct ChannelCreator<M, const CHANNEL: u8>
where
M: crate::Mode,
Expand Down Expand Up @@ -956,7 +953,6 @@ mod impl_for_chip {
}

/// RMT Channel Creator
#[allow(missing_docs)]
pub struct ChannelCreator<M, const CHANNEL: u8>
where
M: crate::Mode,
Expand Down

0 comments on commit 7b4ddb1

Please sign in to comment.