mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
remove pointless pub(crate) and use self::
And also fix the ordering of things in state_compressor.
This commit is contained in:
parent
c7e03a06f7
commit
0643a3f081
3 changed files with 8 additions and 6 deletions
|
|
@ -40,8 +40,8 @@ use tower_http::{
|
|||
};
|
||||
use tracing::{debug, info, info_span, warn, Instrument};
|
||||
|
||||
pub(crate) mod api;
|
||||
pub(crate) mod clap;
|
||||
mod api;
|
||||
mod clap;
|
||||
mod config;
|
||||
mod database;
|
||||
mod error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue