From df46feee5d9c9635e3a1b13bbc6f33025ea06b8e Mon Sep 17 00:00:00 2001 From: Brett Etter Date: Sat, 4 Oct 2025 08:07:04 -0500 Subject: [PATCH] fixed: removed excess bound on `MaybeProp` `ReadUntracked` implementation. (#4360) --- reactive_graph/src/wrappers.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/reactive_graph/src/wrappers.rs b/reactive_graph/src/wrappers.rs index b91a27b28..4762e02b3 100644 --- a/reactive_graph/src/wrappers.rs +++ b/reactive_graph/src/wrappers.rs @@ -1542,7 +1542,6 @@ pub mod read { impl ReadUntracked for MaybeProp where - T: Clone, S: Storage> + Storage, S>>, { type Value = ReadGuard, SignalReadGuard, S>>;