Skip to content

Commit 04cdce2

Browse files
committed
Make help module private
1 parent 2e73c32 commit 04cdce2

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
@@ -10,7 +10,7 @@ use std::{fmt, process};
1010
mod args;
1111
pub mod builder;
1212
pub mod config;
13-
pub mod help;
13+
mod help;
1414

1515
mod subcommand;
1616

0 commit comments

Comments
 (0)