From ba1d615f5e5d904a3bd7a7f5f0ce336b89995aea Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Thu, 23 Mar 2023 09:19:29 +0000 Subject: chore: remove tui vendoring (#804) --- src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 3004e0b1..2f81f4fc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,7 +6,6 @@ use eyre::Result; use command::AtuinCmd; mod command; -mod tui; const VERSION: &str = env!("CARGO_PKG_VERSION"); -- cgit v1.3.1