Add more lints
This commit is contained in:
parent
85c93ee01d
commit
8506a231dd
6 changed files with 27 additions and 11 deletions
|
|
@ -1,5 +1,6 @@
|
|||
//! A small bot that doesn't use the `bot` submodule. Meant to show how the main
|
||||
//! parts of the API fit together.
|
||||
#![allow(unused_crate_dependencies)]
|
||||
|
||||
use std::error::Error;
|
||||
use std::time::Duration;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue