Skip to content

Commit

Permalink
Fix condition to remove missing-docs for bytemuck (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 authored May 15, 2024
1 parent 589bfce commit 4601976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/board/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@

## 0.1.0

<!-- Increment to skip CHANGELOG.md test: 19 -->
<!-- Increment to skip CHANGELOG.md test: 20 -->
2 changes: 1 addition & 1 deletion crates/board/src/gpio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

//! Low-level GPIO interface.
// TODO(bytemuck > 1.15.0): Remove once released.
// TODO(bytemuck_derive > 1.6.0): Remove once released.
#![allow(missing_docs)]

use crate::{Error, Id, Support};
Expand Down

0 comments on commit 4601976

Please sign in to comment.