Skip to content

Commit

Permalink
Remove clone requirement on SignalWith for Resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Xendergo authored Oct 14, 2023
1 parent 8eed999 commit efcf612
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion leptos_reactive/src/resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,6 @@ impl<S, T> SignalUpdate for Resource<S, T> {
impl<S, T> SignalWith for Resource<S, T>
where
S: Clone,
T: Clone,
{
type Value = Option<T>;

Expand Down

0 comments on commit efcf612

Please sign in to comment.