Skip to content

Commit

Permalink
cupertino: Remove useless lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed Jul 12, 2023
1 parent a2b85d3 commit 6d16b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/cupertino/cupertino_switch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ where
}
}

impl<'a, Message, B, T> Widget<Message, Renderer<B, T>> for CupertinoSwitch<Message>
impl<Message, B, T> Widget<Message, Renderer<B, T>> for CupertinoSwitch<Message>
where
B: Backend,
Message: Clone,
Expand Down

0 comments on commit 6d16b90

Please sign in to comment.