Skip to content

Commit

Permalink
chore: add missing Debug impl
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Dec 12, 2024
1 parent be3c181 commit f7751fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactive_graph/src/graph/sets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ impl<'a> IntoIterator for &'a SourceSet {
self.0.iter()
}
}
#[derive(Default, Clone)]
#[derive(Debug, Default, Clone)]
pub struct SubscriberSet(Vec<AnySubscriber>);

impl SubscriberSet {
Expand Down

0 comments on commit f7751fb

Please sign in to comment.