We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab42fc commit 389bad3Copy full SHA for 389bad3
src/render.rs
@@ -714,7 +714,7 @@ impl<W: std::io::Write> HtmlRenderContext<W> {
714
This component must be used before any other component. \n\
715
To fix this, either move the call to the '{comp_str}' component to the top of the SQL file, \n\
716
or create a new SQL file where '{comp_str}' is the first component."),
717
- Err(_) => return Err(err),
+ Err(()) => return Err(err),
718
},
719
}
720
} else if current_component.is_none() {
0 commit comments