mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Make unnecessarily public function private.
This commit is contained in:
parent
d2f59bf435
commit
586d46decd
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
fn print_option(name: &str, description: &str) {
|
||||||
println!("\t{:<35} {}", name, description);
|
println!("\t{:<35} {}", name, description);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue