Skip to content

Commit 023f08c

Browse files
authored
Fixed TODO comment placement (#415)
Closes #414
1 parent 5381e37 commit 023f08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ pub mod byteorder;
173173
#[cfg(any(feature = "derive", test))]
174174
#[doc(hidden)]
175175
pub mod derive_util;
176-
// TODO(#252): If we make this pub, come up with a better name.
177176
mod util;
177+
// TODO(#252): If we make this pub, come up with a better name.
178178
mod wrappers;
179179

180180
#[cfg(feature = "byteorder")]

0 commit comments

Comments
 (0)