diff --git a/orgize/src/export/html.rs b/orgize/src/export/html.rs
index 24a95b3..10975bc 100644
--- a/orgize/src/export/html.rs
+++ b/orgize/src/export/html.rs
@@ -205,8 +205,8 @@ impl HtmlHandler for DefaultHtmlHandler {}
#[cfg(feature = "syntect")]
pub mod syntect_feature {
- use std::marker::PhantomData;
use super::*;
+ use std::marker::PhantomData;
use syntect::{
easy::HighlightLines,