From bb486c02b817a9566fb069548eca489437594812 Mon Sep 17 00:00:00 2001 From: Mathieu David Date: Mon, 22 Feb 2016 10:56:20 +0100 Subject: [PATCH] temporarily fix doc test --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 07b25800..07972ad1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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