diff --git a/src/parser/paragraph.rs b/src/parser/paragraph.rs index 3c2f8f4..304852c 100644 --- a/src/parser/paragraph.rs +++ b/src/parser/paragraph.rs @@ -8,7 +8,6 @@ use crate::{ use super::{ hyperlink::analyze_hyperlink, run::{analyze_run, analyze_run_properties}, - style::analyze_style, }; pub fn get_paragraph_properties(properties: &ParagraphProperty) -> Vec { diff --git a/src/state.rs b/src/state.rs index 4b895c8..00806cd 100644 --- a/src/state.rs +++ b/src/state.rs @@ -1,6 +1,5 @@ use once_cell::sync::Lazy; use std::collections::HashMap; -use std::sync::Mutex; use docx_rs::Style;