mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-15 22:59:37 +00:00
tools/mod.rs: sort modules
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
570f89f6a5
commit
9da029a8c3
@ -5,9 +5,9 @@ use std::fmt;
|
|||||||
use anyhow::*;
|
use anyhow::*;
|
||||||
use lazy_static::lazy_static;
|
use lazy_static::lazy_static;
|
||||||
|
|
||||||
pub mod byte_buffer;
|
|
||||||
pub mod as_any;
|
pub mod as_any;
|
||||||
pub mod borrow;
|
pub mod borrow;
|
||||||
|
pub mod byte_buffer;
|
||||||
pub mod common_regex;
|
pub mod common_regex;
|
||||||
pub mod constnamemap;
|
pub mod constnamemap;
|
||||||
pub mod fd;
|
pub mod fd;
|
||||||
|
Loading…
Reference in New Issue
Block a user