diff options
Diffstat (limited to 'mingling_core/src/renderer')
| -rw-r--r-- | mingling_core/src/renderer/structural.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/src/renderer/structural.rs b/mingling_core/src/renderer/structural.rs index aeb637f..b2c1f8a 100644 --- a/mingling_core/src/renderer/structural.rs +++ b/mingling_core/src/renderer/structural.rs @@ -1,6 +1,6 @@ // Doc Not Optimize use crate::{ - ProgramCollect, RenderResult, StructuralRendererSetting, + ProgramCollect, RenderResult, config::StructuralRendererSetting, renderer::structural::error::StructuralRendererSerializeError, }; use serde::Serialize; |
