No consumers of MdBook2 yet

This commit is contained in:
James Munns 2019-01-10 21:18:13 +01:00 committed by Steve Klabnik
parent 7389f97cde
commit b98a1e1710
1 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,10 @@ book!(
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
enum RustbookVersion {
MdBook1,
/// Note: Currently no books use mdBook v2, but we want the option
/// to be available
#[allow(dead_code)]
MdBook2,
}