Remove unnecessary use

This commit is contained in:
Paul van Tilburg 2018-01-01 14:22:33 +01:00
parent f65fde7378
commit 05b2f88cbc
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ use inflector::Inflector;
use std::fs::File;
use std::io::prelude::*;
use std::path::PathBuf;
use std::sync::RwLock;
use std::time::SystemTime;
/// Converts raw string data (in Markdown format) to HTML