diff options
author | notgne2 | 2020-09-29 12:40:32 -0700 |
---|---|---|
committer | notgne2 | 2020-09-29 12:40:32 -0700 |
commit | e3c55575ca6bfd0c9166c52b4aac76b3761bb313 (patch) | |
tree | da6a6c573dbdc94eb7bd14d00ad4847837437df9 /src/utils/mod.rs | |
parent | 93a04f7e3037f69bdeab777d2fc6c4fb37795f4e (diff) |
Move all activation logic to activate.rs (the unused warnings got annoying)
Diffstat (limited to '')
-rw-r--r-- | src/utils/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/mod.rs b/src/utils/mod.rs index 935f470..8861692 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -9,7 +9,6 @@ macro_rules! good_panic { }} } -pub mod activate; pub mod data; pub mod deploy; pub mod push; |