Skip to content

Commit

Permalink
remove deprecate marker
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusTheOrt committed Oct 18, 2024
1 parent 52ad32f commit 26027a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/model/channel/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1152,9 +1152,8 @@ impl From<&Message> for MessageReference {
}
}

#[allow(useless_deprecated)]
#[deprecated = "Will be removed in the future"]
impl From<(ChannelId, MessageId)> for MessageReference {
// TODO(next): Remove this
fn from(pair: (ChannelId, MessageId)) -> Self {
Self {
kind: MessageReferenceKind::default(),
Expand Down

0 comments on commit 26027a6

Please sign in to comment.