Remove outdated FIXME

This commit is contained in:
Maybe Waffle 2023-06-05 17:36:37 +04:00
parent 15c742d90b
commit 84683d3a35

View file

@ -29,8 +29,6 @@ pub struct Update {
} }
impl Update { impl Update {
// FIXME: add mentioned_users -> impl Iterator<&User>
/// Returns the user that performed the action that caused this update, if /// Returns the user that performed the action that caused this update, if
/// known. /// known.
/// ///