Fix rustdoc argument error
This commit is contained in:
committed by
Guillaume Gomez
parent
7036449c77
commit
e1b6f16fd4
@@ -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)],
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user