Skip to content

Commit 389bad3

Browse files
committed
lint
1 parent 3ab42fc commit 389bad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/render.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ impl<W: std::io::Write> HtmlRenderContext<W> {
714714
This component must be used before any other component. \n\
715715
To fix this, either move the call to the '{comp_str}' component to the top of the SQL file, \n\
716716
or create a new SQL file where '{comp_str}' is the first component."),
717-
Err(_) => return Err(err),
717+
Err(()) => return Err(err),
718718
},
719719
}
720720
} else if current_component.is_none() {

0 commit comments

Comments
 (0)