fix(export): add missing PhantomData import
This commit is contained in:
parent
231d80b464
commit
6e7f361463
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue