aboutsummaryrefslogtreecommitdiff
path: root/code/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'code/src/main.rs')
-rw-r--r--code/src/main.rs2
1 files changed, 2 insertions, 0 deletions
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;