Fix rustdoc
argument error
This commit is contained in:
parent
7036449c77
commit
e1b6f16fd4
3 changed files with 22 additions and 4 deletions
|
@ -932,7 +932,7 @@ fn describe_codegen_flags() {
|
|||
print_flag_list("-C", config::CG_OPTIONS);
|
||||
}
|
||||
|
||||
fn print_flag_list<T>(
|
||||
pub fn print_flag_list<T>(
|
||||
cmdline_opt: &str,
|
||||
flag_list: &[(&'static str, T, &'static str, &'static str)],
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue