diff options
Diffstat (limited to 'mingling_core/src/program/hook.rs')
| -rw-r--r-- | mingling_core/src/program/hook.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/src/program/hook.rs b/mingling_core/src/program/hook.rs index cb8e4e1..8fd2ba1 100644 --- a/mingling_core/src/program/hook.rs +++ b/mingling_core/src/program/hook.rs @@ -768,7 +768,7 @@ mod tests { #[cfg(feature = "structural_renderer")] fn structural_render( _any: crate::AnyOutput<Self>, - _setting: &crate::StructuralRendererSetting, + _setting: &crate::config::StructuralRendererSetting, ) -> Result<crate::RenderResult, crate::error::StructuralRendererSerializeError> { unreachable!() } |
