From 40ec0eeee3bcbfad7d16c93e4572b248c4f0dbdd Mon Sep 17 00:00:00 2001 From: Eskil Queseth Date: Sun, 13 Jun 2021 22:17:59 +0200 Subject: lint mumlib --- mumlib/src/state.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mumlib/src/state.rs') diff --git a/mumlib/src/state.rs b/mumlib/src/state.rs index 6fad332..5385380 100644 --- a/mumlib/src/state.rs +++ b/mumlib/src/state.rs @@ -46,6 +46,7 @@ impl Channel { } } +#[derive(Debug)] pub struct Iter<'a> { me: Option<&'a Channel>, channel: Option, @@ -76,6 +77,7 @@ impl<'a> Iterator for Iter<'a> { } } +#[derive(Debug)] pub struct UsersIter<'a> { channel: Option, channels: Vec>, -- cgit v1.2.1