1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-22 02:54:21 +00:00

Make clippy shut up about the unused pub(self)

This commit is contained in:
Steffo 2024-07-12 05:20:36 +02:00
parent fad849262e
commit 40546fa9b1
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -8,6 +8,7 @@ use teloxide::requests::Requester;
use teloxide::types::{Me, Message, Update};
use super::RoyalnetService;
#[allow(clippy::needless_pub_self)]
pub(self) mod config;
mod commands;