Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

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

Lines changed: 1 addition & 1 deletion
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)