mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
No consumers of MdBook2 yet
This commit is contained in:
parent
7389f97cde
commit
b98a1e1710
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user