Skip to content

Commit 201ea4b

Browse files
committed
clippy: fix nightly issue
1 parent 39eb08e commit 201ea4b

File tree

1 file changed

+1
-1
lines changed
  • multiboot2-header/src/builder

1 file changed

+1
-1
lines changed

multiboot2-header/src/builder/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
mod header;
44
mod information_request;
5-
pub(self) mod traits;
5+
pub mod traits;
66

77
pub use header::HeaderBuilder;
88
pub use information_request::InformationRequestHeaderTagBuilder;

0 commit comments

Comments
 (0)