1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-29 16:31:23 +02:00

Remove unused import in epub.rs

This commit is contained in:
Elisabeth Henry 2016-05-29 17:57:52 +02:00
parent 473bbd5eeb
commit 156a9815fd

@ -31,7 +31,7 @@ use uuid;
use std::io::{Read,Write};
use std::fs::File;
use std::path::{Path, PathBuf};
use std::path::{Path};
use std::borrow::Cow;
use mime_guess::guess_mime_type_opt;