add FIXME:
where it belongs
suggestion from a friend!! 🐸
Co-authored-by: Michael Goulet <michael@errs.io>
This commit is contained in:
parent
56ae9a1746
commit
1b4012e304
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ impl<'a> Comments<'a> {
|
||||||
Comments { sm, comments, current: 0 }
|
Comments { sm, comments, current: 0 }
|
||||||
}
|
}
|
||||||
|
|
||||||
// This shouldn't probably clone lmao
|
// FIXME: This shouldn't probably clone lmao
|
||||||
pub fn next(&self) -> Option<Comment> {
|
pub fn next(&self) -> Option<Comment> {
|
||||||
self.comments.get(self.current).cloned()
|
self.comments.get(self.current).cloned()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue