temporarily fix doc test

This commit is contained in:
Mathieu David 2016-02-22 10:56:20 +01:00
parent d2d58b3581
commit bb486c02b8
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@
//!
//! fn main() {
//! let mut book = MDBook::new(Path::new("my-book")) // Path to root
//! .set_src(Path::new("src")) // Path from root to source directory
//! .set_dest(Path::new("book")) // Path from root to output directory
//! .read_config(); // Parse book.json file for configuration
//!
//! book.build().unwrap(); // Render the book