Skip to content

Commit cc40b6e

Browse files
James Munnssteveklabnik
James Munns
authored andcommitted
No consumers of MdBook2 yet
1 parent 4f3a060 commit cc40b6e

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)