sync
sync copied to clipboard
Fix some clippy lints
All &str are 'static by default so its not needed; a while loop that just breaks is the same as an if statement and Handler can derive copy because it isn't data expensive and it stops lints about passing it by reference.