From 07ae09ee91182e88fe548b71703c445fe9a1e28a Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 30 Mar 2021 16:52:43 +0530 Subject: use Display trait instead of Debug to show errors on main --- src/consts.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/consts.rs') 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 { } pub const FONT_PATH: &'static str = "./assets/NerdInput-Regular.ttf"; +pub const STDLIB_PATH: &'static str = "./src/lisp/std.lisp"; -- cgit v1.2.3