diff options
Diffstat (limited to 'tool/src')
-rw-r--r-- | tool/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tool/src/lib.rs b/tool/src/lib.rs index 71c7346..0ee7b8f 100644 --- a/tool/src/lib.rs +++ b/tool/src/lib.rs @@ -1,4 +1,3 @@ - pub mod add; pub mod cli; -pub mod migrate;
\ No newline at end of file +pub mod migrate; |