Skip to content

Commit

Permalink
Add missing View impl for Display
Browse files Browse the repository at this point in the history
  • Loading branch information
kmicklas committed Jun 5, 2024
1 parent e8b23fb commit c9bbbeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ravel-web/src/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ pub struct Display<'a, T: ToString + PartialEq + Clone> {
value: &'a T,
}

impl<'a, T: 'static + ToString + PartialEq + Clone> View for Display<'a, T> {}
impl<'a, T: 'static + ToString + PartialEq + Clone> Builder<Web>
for Display<'a, T>
{
Expand Down

0 comments on commit c9bbbeb

Please sign in to comment.