Fix warning

This commit is contained in:
Matt Ickstadt 2018-04-22 13:01:10 -05:00
parent d48bc29373
commit e7a61efb39
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ use std::process::Command;
use clap::{App, ArgMatches, SubCommand};
use mdbook::MDBook;
use mdbook::errors::Result;
use mdbook::utils;
use mdbook::config;
use get_book_dir;