Skip to content

Commit 76c5b69

Browse files
committed
Remove default_theme comment
I don't remember why I added this comment. The default_theme is definitely still used.
1 parent 04ff12a commit 76c5b69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/mdbook-html/src/html_handlebars/hbs_renderer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,6 @@ fn make_data(
558558
);
559559
}
560560

561-
// TODO: remove default_theme in 0.5, it is not needed.
562561
let default_theme = match html_config.default_theme {
563562
Some(ref theme) => theme.to_lowercase(),
564563
None => "light".to_string(),

0 commit comments

Comments
 (0)