diff options
Diffstat (limited to 'users/glittershark/achilles/src/common/mod.rs')
-rw-r--r-- | users/glittershark/achilles/src/common/mod.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/users/glittershark/achilles/src/common/mod.rs b/users/glittershark/achilles/src/common/mod.rs deleted file mode 100644 index 8368a6dd180f..000000000000 --- a/users/glittershark/achilles/src/common/mod.rs +++ /dev/null @@ -1,6 +0,0 @@ -pub(crate) mod env; -pub(crate) mod error; -pub(crate) mod namer; - -pub use error::{Error, Result}; -pub use namer::{Namer, NamerOf}; |