Add more lints

This commit is contained in:
Joscha 2024-12-04 17:14:15 +01:00
parent 85c93ee01d
commit 8506a231dd
6 changed files with 27 additions and 11 deletions

View file

@ -1,3 +1,5 @@
#![allow(unused_crate_dependencies)]
// TODO Add description
// TODO Clean up and unify test bots

View file

@ -1,5 +1,6 @@
//! Similar to the `testbot_manual` example, but using [`Instance`] to connect
//! to the room (and to reconnect).
#![allow(unused_crate_dependencies)]
use euphoxide::api::packet::ParsedPacket;
use euphoxide::api::{Data, Nick, Send};

View file

@ -1,5 +1,6 @@
//! Similar to the `testbot_manual` example, but using [`Instance`] to connect
//! to the room (and to reconnect).
#![allow(unused_crate_dependencies)]
use euphoxide::api::packet::ParsedPacket;
use euphoxide::api::{Data, Nick, Send};

View file

@ -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;