Skip to content

Commit

Permalink
Fixed TODO comment placement (#415)
Browse files Browse the repository at this point in the history
Closes #414
  • Loading branch information
joshlf committed Sep 22, 2023
1 parent 5381e37 commit 023f08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ pub mod byteorder;
#[cfg(any(feature = "derive", test))]
#[doc(hidden)]
pub mod derive_util;
// TODO(#252): If we make this pub, come up with a better name.
mod util;
// TODO(#252): If we make this pub, come up with a better name.
mod wrappers;

#[cfg(feature = "byteorder")]
Expand Down

0 comments on commit 023f08c

Please sign in to comment.