mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 11:04: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 teloxide::types::{Me, Message, Update};
|
||||||
use super::RoyalnetService;
|
use super::RoyalnetService;
|
||||||
|
|
||||||
|
#[allow(clippy::needless_pub_self)]
|
||||||
pub(self) mod config;
|
pub(self) mod config;
|
||||||
mod commands;
|
mod commands;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue