diff options
| author | James Munns <james.munns@ferrous-systems.com> | 2019-01-10 21:18:13 +0100 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2019-01-30 09:13:17 -0500 |
| commit | b98a1e17102630c03051b8fd20b4c6ea4b3185ed (patch) | |
| tree | 4771deb0bad35e96d4ae690c989ae7e072c54bee | |
| parent | 7389f97cde3da06fd7025e3eb93f4ab3c10c7d40 (diff) | |
| download | rust-b98a1e17102630c03051b8fd20b4c6ea4b3185ed.tar.gz rust-b98a1e17102630c03051b8fd20b4c6ea4b3185ed.zip | |
No consumers of MdBook2 yet
| -rw-r--r-- | src/bootstrap/doc.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bootstrap/doc.rs b/src/bootstrap/doc.rs index c428f29d706..08e97396fd6 100644 --- a/src/bootstrap/doc.rs +++ b/src/bootstrap/doc.rs @@ -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, } |
