style(export): run cargo fmt

This commit is contained in:
PoiScript 2019-10-02 17:05:31 +08:00
parent 6e7f361463
commit 9a9c240eab

View file

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