diff options
Diffstat (limited to 'mingling/src/gen_program.rs')
| -rw-r--r-- | mingling/src/gen_program.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling/src/gen_program.rs b/mingling/src/gen_program.rs index fbced64..6a0b144 100644 --- a/mingling/src/gen_program.rs +++ b/mingling/src/gen_program.rs @@ -253,7 +253,7 @@ impl ProgramCollect for ThisProgram { #[cfg(feature = "structural_renderer")] fn structural_render( _any: mingling_core::AnyOutput<Self::Enum>, - _setting: &mingling_core::StructuralRendererSetting, + _setting: &mingling_core::config::StructuralRendererSetting, ) -> Result<mingling_core::RenderResult, mingling_core::error::StructuralRendererSerializeError> { todo!() |
