rename fsck to check
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
2387f7f955
commit
9d1db7d171
4 changed files with 15 additions and 15 deletions
|
@ -1,9 +1,9 @@
|
|||
#![allow(clippy::wildcard_imports)]
|
||||
|
||||
pub(crate) mod appservice;
|
||||
pub(crate) mod check;
|
||||
pub(crate) mod debug;
|
||||
pub(crate) mod federation;
|
||||
pub(crate) mod fsck;
|
||||
pub(crate) mod handler;
|
||||
pub(crate) mod media;
|
||||
pub(crate) mod query;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue