aboutsummaryrefslogtreecommitdiff
path: root/src/consts.rs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-03-30 12:22:43 +0100
committerAkshay <[email protected]>2021-03-30 12:22:43 +0100
commit07ae09ee91182e88fe548b71703c445fe9a1e28a (patch)
tree99203e78eff5cf95165c646b2da2b933ed197956 /src/consts.rs
parentdbcaa0df655bdd11c6d01ce28e018fc1e80ed394 (diff)
use Display trait instead of Debug to show errors on main
Diffstat (limited to 'src/consts.rs')
-rw-r--r--src/consts.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/consts.rs b/src/consts.rs
index 2f7576e..52ab580 100644
--- a/src/consts.rs
+++ b/src/consts.rs
@@ -9,3 +9,4 @@ pub mod colors {
9} 9}
10 10
11pub const FONT_PATH: &'static str = "./assets/NerdInput-Regular.ttf"; 11pub const FONT_PATH: &'static str = "./assets/NerdInput-Regular.ttf";
12pub const STDLIB_PATH: &'static str = "./src/lisp/std.lisp";