Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused import of std::ascii::AsciiExt
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
- Loading branch information