Skip to content

Commit b421f2e

Browse files
committed
TODO -> FIXME
1 parent 789c902 commit b421f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ fn main_options(options: config::Options) -> MainResult {
524524

525525
let default_passes = options.default_passes;
526526
let output_format = options.output_format;
527-
// TODO: fix this clone (especially render_options)
527+
// FIXME: fix this clone (especially render_options)
528528
let externs = options.externs.clone();
529529
let manual_passes = options.manual_passes.clone();
530530
let render_options = options.render_options.clone();

0 commit comments

Comments
 (0)