diff options
-rw-r--r-- | components/util/opts.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/util/opts.rs b/components/util/opts.rs index b74b416395d..4f1db5d8c50 100644 --- a/components/util/opts.rs +++ b/components/util/opts.rs @@ -396,7 +396,7 @@ impl DebugOptions { } -pub fn print_debug_usage(app: &str) -> ! { +fn print_debug_usage(app: &str) -> ! { fn print_option(name: &str, description: &str) { println!("\t{:<35} {}", name, description); } |