diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/yt/src/constants.rs | 0 | ||||
-rw-r--r-- | crates/yt/src/main.rs | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/crates/yt/src/constants.rs b/crates/yt/src/constants.rs deleted file mode 100644 index e69de29..0000000 --- a/crates/yt/src/constants.rs +++ /dev/null diff --git a/crates/yt/src/main.rs b/crates/yt/src/main.rs index 4abebce..705e642 100644 --- a/crates/yt/src/main.rs +++ b/crates/yt/src/main.rs @@ -31,7 +31,6 @@ pub(crate) mod commands; pub(crate) mod shared; pub(crate) mod config; -pub(crate) mod constants; pub(crate) mod select; pub(crate) mod storage; pub(crate) mod version; |