mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
This causes some other lints to start firing too (which is good), but I'm going to fix them in follow-up commits to keep things organized.
4 lines
123 B
Rust
4 lines
123 B
Rust
pub(crate) mod appservice_server;
|
|
pub(crate) mod client_server;
|
|
pub(crate) mod ruma_wrapper;
|
|
pub(crate) mod server_server;
|