config.rs: sort modules

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-08-06 12:06:18 +02:00
parent 4dbe129284
commit 90d515c97d

View File

@ -15,13 +15,13 @@ use proxmox::try_block;
use crate::buildcfg;
pub mod datastore;
pub mod remote;
pub mod user;
pub mod acl;
pub mod cached_user_info;
pub mod datastore;
pub mod network;
pub mod remote;
pub mod sync;
pub mod user;
/// Check configuration directory permissions
///