aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-06 15:14:33 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-06 15:14:33 -0500
commit480b9f9324bfcae611dd01ee8e793515e57c0e26 (patch)
treedd3218a6963ac4a3f4f10bf2eaba20e22fc39200 /src/main.rs
parentcd3a22971cecd24960ea73d42d20c9ce00cdf2d6 (diff)
downloadteleterm-480b9f9324bfcae611dd01ee8e793515e57c0e26.tar.gz
teleterm-480b9f9324bfcae611dd01ee8e793515e57c0e26.zip
add basic ui to the player
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index d85ebda..fe9b98e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -5,6 +5,7 @@
#![allow(clippy::match_same_arms)]
#![allow(clippy::missing_const_for_fn)]
#![allow(clippy::multiple_crate_versions)]
+#![allow(clippy::non_ascii_literal)]
#![allow(clippy::similar_names)]
#![allow(clippy::single_match)]
#![allow(clippy::single_match_else)]