From 84683d3a356d441015fec71978aa7a61192c724c Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Mon, 5 Jun 2023 17:36:37 +0400 Subject: [PATCH] Remove outdated FIXME --- crates/teloxide-core/src/types/update.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/teloxide-core/src/types/update.rs b/crates/teloxide-core/src/types/update.rs index 82a77e78..de54208a 100644 --- a/crates/teloxide-core/src/types/update.rs +++ b/crates/teloxide-core/src/types/update.rs @@ -29,8 +29,6 @@ pub struct Update { } impl Update { - // FIXME: add mentioned_users -> impl Iterator<&User> - /// Returns the user that performed the action that caused this update, if /// known. ///