Skip to content

Commit a772aea

Browse files
committed
feat: impl SpaceAndHtmlAttributesOrEmpty for async_str_iter::never::Never
1 parent 27c93b7 commit a772aea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/frender-ssr-html/src/assert.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ mod space_and_html_attributes_or_empty {
8383

8484
pub trait Sealed {}
8585

86+
impl Sealed for async_str_iter::never::Never {}
87+
impl SpaceAndHtmlAttributesOrEmpty for async_str_iter::never::Never {}
88+
8689
impl Sealed for async_str_iter::empty::Empty {}
8790
impl SpaceAndHtmlAttributesOrEmpty for async_str_iter::empty::Empty {}
8891

0 commit comments

Comments
 (0)