aatxe / irc

the irc crate – usable, async IRC for Rust
Mozilla Public License 2.0
530 stars 97 forks source link

Remove unused imports and fix broken test #75

Closed miedzinski closed 7 years ago

miedzinski commented 7 years ago

These were reported by Rust compiler. should_panic attribute is quite important, because fixing it revealed we had a broken test (messages were mismatched).

aatxe commented 7 years ago

Looks good. Cheers!