Skip to content

Commit e89748e

Browse files
committed
Remove the other period and start with lowercase for more consistency
1 parent edf1622 commit e89748e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/session/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,9 +1052,9 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
10521052
linker_flavor: Option<LinkerFlavor> = (None, parse_linker_flavor, [UNTRACKED],
10531053
"Linker flavor"),
10541054
fuel: Option<(String, u64)> = (None, parse_optimization_fuel, [TRACKED],
1055-
"Set the optimization fuel quota for a crate"),
1055+
"set the optimization fuel quota for a crate"),
10561056
print_fuel: Option<String> = (None, parse_opt_string, [TRACKED],
1057-
"Make Rustc print the total optimization fuel used by a crate."),
1057+
"make Rustc print the total optimization fuel used by a crate"),
10581058
remap_path_prefix_from: Vec<String> = (vec![], parse_string_push, [TRACKED],
10591059
"add a source pattern to the file path remapping config"),
10601060
remap_path_prefix_to: Vec<String> = (vec![], parse_string_push, [TRACKED],

0 commit comments

Comments
 (0)