Skip to content

Commit cbf6b61

Browse files
committed
Make config module private and reexport Config
1 parent 373169a commit cbf6b61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
#![warn(missing_docs)]
1414

1515
pub use crate::boot_info::BootInfo;
16+
pub use crate::config::Config;
1617

1718
/// Configuration options for the bootloader.
18-
pub mod config;
19+
mod config;
1920

2021
/// Contains the boot information struct sent by the bootloader to the kernel on startup.
2122
pub mod boot_info;

0 commit comments

Comments
 (0)