Skip to content

Commit 11f6a5d

Browse files
authored
fix: remove Clone bound for SignalWith for Resource (#1895)
1 parent ad208ec commit 11f6a5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

leptos_reactive/src/resource.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,6 @@ impl<S, T> SignalUpdate for Resource<S, T> {
709709
impl<S, T> SignalWith for Resource<S, T>
710710
where
711711
S: Clone,
712-
T: Clone,
713712
{
714713
type Value = Option<T>;
715714

0 commit comments

Comments
 (0)