We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62efcc6 commit 2afa823Copy full SHA for 2afa823
src/book/mod.rs
@@ -281,7 +281,7 @@ impl MDBook {
281
};
282
283
if let Some(chapter) = chapter {
284
- if ch.name != *chapter && chapter_path.to_str() != Some(chapter) {
+ if ch.name != chapter && chapter_path.to_str() != Some(chapter) {
285
if chapter == "?" {
286
info!("Skipping chapter '{}'...", ch.name);
287
}
0 commit comments