about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-24 17:18:20 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-24 17:18:20 +0200
commit2b61c8bbb32524ac63ff8e7e814091707a03ef4e (patch)
tree5653f60368dba2f65f4cc7b7dd1d4317ceb7d66d
parentstyle(treewide): Format (diff)
downloadyt-2b61c8bbb32524ac63ff8e7e814091707a03ef4e.zip
refactor(crates/yt/constants): Remove empty module
-rw-r--r--crates/yt/src/constants.rs0
-rw-r--r--crates/yt/src/main.rs1
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;