From 0a18eae178a23e7f7bfd88c37502e5e8c1fdf64a Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 25 Sep 2022 20:42:10 +0200 Subject: (the commit before proper parsers will replace everything™™) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'code/src/main.rs') diff --git a/code/src/main.rs b/code/src/main.rs index 21732d7..83869f0 100644 --- a/code/src/main.rs +++ b/code/src/main.rs @@ -1,3 +1,5 @@ +#![feature(const_fmt_arguments_new)] + pub mod atom; pub mod html; pub mod markdown; -- cgit v1.2.3-70-g09d2