serenity-rs / serenity

A Rust library for the Discord API.
https://discord.gg/serenity-rs
ISC License
4.67k stars 572 forks source link

Implement ToArrayString for Mention #2857

Closed GnomedDev closed 4 months ago

GnomedDev commented 4 months ago

Saves an allocation for users when using Mention, and simplifies the codegen for Display as it does not need to touch formatting machinery apart from write_str.