Skip to content

Commit

Permalink
Revert "chore: implement Render for unit type"
Browse files Browse the repository at this point in the history
This reverts commit c59dd38.
  • Loading branch information
jonahlund committed Nov 8, 2024
1 parent 1a37901 commit c01450c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,3 @@ impl<T: Render> Render for alloc::vec::IntoIter<T> {
}
}
}

impl Render for () {
#[inline]
fn render_to(self, _: &mut String) {}
}

0 comments on commit c01450c

Please sign in to comment.