aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/command/contributors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/turtle/src/command/contributors.rs')
-rw-r--r--crates/turtle/src/command/contributors.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/crates/turtle/src/command/contributors.rs b/crates/turtle/src/command/contributors.rs
deleted file mode 100644
index b2a41522..00000000
--- a/crates/turtle/src/command/contributors.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-static CONTRIBUTORS: &str = include_str!("CONTRIBUTORS");
-
-pub(crate) fn run() {
- println!("\n{CONTRIBUTORS}");
-}