diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-24 17:18:20 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-24 17:18:20 +0200 |
| commit | 2b61c8bbb32524ac63ff8e7e814091707a03ef4e (patch) | |
| tree | 5653f60368dba2f65f4cc7b7dd1d4317ceb7d66d | |
| parent | style(treewide): Format (diff) | |
| download | yt-2b61c8bbb32524ac63ff8e7e814091707a03ef4e.zip | |
refactor(crates/yt/constants): Remove empty module
| -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; |
