mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 02:54:21 +00:00
Remove unnecessary pub(self)
This commit is contained in:
parent
437f3cf565
commit
887fca9c30
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ use crate::utils::telegramdisplay::TelegramEscape;
|
||||||
use super::RoyalnetService;
|
use super::RoyalnetService;
|
||||||
|
|
||||||
mod commands;
|
mod commands;
|
||||||
|
mod deps;
|
||||||
pub(self) mod deps;
|
|
||||||
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct TelegramService {
|
pub struct TelegramService {
|
||||||
|
|
Loading…
Reference in a new issue