Skip to content

Commit abe7ad4

Browse files
author
James Munns
committed
No consumers of MdBook2 yet
1 parent 0a1332c commit abe7ad4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bootstrap/doc.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ book!(
7171
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
7272
enum RustbookVersion {
7373
MdBook1,
74+
75+
/// Note: Currently no books use mdBook v2, but we want the option
76+
/// to be available
77+
#[allow(dead_code)]
7478
MdBook2,
7579
}
7680

0 commit comments

Comments
 (0)