issues
search
rust-lang
/
discord-mods-bot
discord moderation bot
MIT License
72
stars
30
forks
source link
Apply some clippy lints
#79
Closed
technetos
closed
3 years ago
technetos
commented
3 years ago
additional src/state_machine.rs changes:
Updated the CharacterSet
remove now takes a slice of chars instead of a single char
added a from_chars method that takes a slice of chars to initialize a CharacterSet without additional steps.
additional src/state_machine.rs changes: