Skip to content

Conversation

@Waradu
Copy link
Contributor

@Waradu Waradu commented Nov 16, 2024

Fixed all clippy warnings.
image

impl ToString for Snowflake {
fn to_string(&self) -> String {
self.content.to_string()
impl Display for Snowflake {
Copy link
Contributor

@alii alii Nov 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have a feeling that while implementing Display is good, we should keep the ToString and use that in discord/mod.rs since we're not actually trying to format the value, we're just trying to use it

@alii alii merged commit 7f970dc into scopeclient:main Nov 16, 2024
1 check passed
@alii
Copy link
Contributor

alii commented Nov 16, 2024

sweet thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants