vionya / discord-rich-presence

A cross-platform Discord Rich Presence library written in Rust
MIT License
89 stars 16 forks source link

`DiscordIpcClient` doesn't implement `Debug` #33

Closed pauliesnug closed 2 months ago

pauliesnug commented 2 months ago

The structs DiscordIpcClient for both platforms don't use derive(Debug) causing issues with Clippy.

vionya commented 2 months ago

just pushed a fix for this, thanks <3

pauliesnug commented 1 month ago

just pushed a fix for this, thanks <3

tysm <3 @vionya