summaryrefslogtreecommitdiffstats
path: root/vendor/mdbook/src/theme/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/mdbook/src/theme/mod.rs')
-rw-r--r--vendor/mdbook/src/theme/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/mdbook/src/theme/mod.rs b/vendor/mdbook/src/theme/mod.rs
index a1ee18aff..7af5e2b70 100644
--- a/vendor/mdbook/src/theme/mod.rs
+++ b/vendor/mdbook/src/theme/mod.rs
@@ -12,7 +12,7 @@ use std::io::Read;
use std::path::Path;
use crate::errors::*;
-
+use log::warn;
pub static INDEX: &[u8] = include_bytes!("index.hbs");
pub static HEAD: &[u8] = include_bytes!("head.hbs");
pub static REDIRECT: &[u8] = include_bytes!("redirect.hbs");