Skip to content
  • Daniel Mueller's avatar
    Remove unused import of std::ascii::AsciiExt (#142) · b9881e12
    Daniel Mueller authored
    The import of std::ascii::AsciiExt in src/event.rs is unused. Remove it.
    
    > warning: unused import: `std::ascii::AsciiExt`
    >  --> src/event.rs:4:5
    >   |
    > 4 | use std::ascii::AsciiExt;
    >   |     ^^^^^^^^^^^^^^^^^^^^
    >   |
    >   = note: #[warn(unused_imports)] on by default
    b9881e12