Skip to content

Commit

Permalink
chore: no manual move
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhanio committed Jan 12, 2024
1 parent f26de5c commit a0525b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypertext/src/alloc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ where
/// Converts this value into a [`Render`].
#[inline]
fn into_render(self) -> Render<impl FnOnce(&mut String)> {
Render(move |output| {
Render(|output| {
self.render_to(output);
})
}
Expand Down

0 comments on commit a0525b1

Please sign in to comment.