fix(export): add missing PhantomData import

This commit is contained in:
PoiScript 2019-10-02 16:59:46 +08:00
parent 231d80b464
commit 6e7f361463

View file

@ -205,7 +205,9 @@ impl HtmlHandler<Error> for DefaultHtmlHandler {}
#[cfg(feature = "syntect")]
pub mod syntect_feature {
use std::marker::PhantomData;
use super::*;
use syntect::{
easy::HighlightLines,
highlighting::ThemeSet,