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:
parent
fad849262e
commit
40546fa9b1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue