mirror of
https://github.com/house-of-vanity/desubot.git
synced 2025-07-08 21:04:07 +00:00
Fix warnings.
This commit is contained in:
@ -3,8 +3,6 @@ use crate::utils;
|
|||||||
use rusqlite::{named_params, params, Connection, Error, Result};
|
use rusqlite::{named_params, params, Connection, Error, Result};
|
||||||
use std::time::SystemTime;
|
use std::time::SystemTime;
|
||||||
use telegram_bot::*;
|
use telegram_bot::*;
|
||||||
use std::time::Duration;
|
|
||||||
use std::thread;
|
|
||||||
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct Conf {
|
pub struct Conf {
|
||||||
|
@ -4,10 +4,7 @@ use crate::db;
|
|||||||
use crate::errors;
|
use crate::errors;
|
||||||
use crate::utils;
|
use crate::utils;
|
||||||
use mystem::MyStem;
|
use mystem::MyStem;
|
||||||
use std::time::Duration;
|
|
||||||
use telegram_bot::*;
|
use telegram_bot::*;
|
||||||
use tokio::sync::oneshot;
|
|
||||||
use tokio::time::timeout;
|
|
||||||
|
|
||||||
include!("../assets/help_text.rs");
|
include!("../assets/help_text.rs");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user