tools/mod.rs: sort modules

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-08-04 10:29:03 +02:00
parent 570f89f6a5
commit 9da029a8c3

View File

@ -5,9 +5,9 @@ use std::fmt;
use anyhow::*;
use lazy_static::lazy_static;
pub mod byte_buffer;
pub mod as_any;
pub mod borrow;
pub mod byte_buffer;
pub mod common_regex;
pub mod constnamemap;
pub mod fd;