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
|
|
@ -11,7 +11,7 @@ use tracing::warn;
|
|||
|
||||
mod proxy;
|
||||
|
||||
use self::proxy::ProxyConfig;
|
||||
use proxy::ProxyConfig;
|
||||
|
||||
#[allow(clippy::struct_excessive_bools)]
|
||||
#[derive(Clone, Debug, Deserialize)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue