mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-14 03:08:57 -05:00
7 lines
139 B
Rust
7 lines
139 B
Rust
|
|
#[allow(clippy::module_inception)]
|
||
|
|
pub(crate) mod query;
|
||
|
|
|
||
|
|
pub(crate) mod account_data;
|
||
|
|
pub(crate) mod appservice;
|
||
|
|
pub(crate) mod presence;
|