aboutsummaryrefslogtreecommitdiff
path: root/code/src/main.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-25 20:42:10 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-25 20:42:10 +0200
commit0a18eae178a23e7f7bfd88c37502e5e8c1fdf64a (patch)
treefb5b1aa5f9a8d023b2edbc9e89b5d2e4844a42eb /code/src/main.rs
parente3edf18503b3975ccec3b33c0cb9e7f0888bd031 (diff)
downloadmetamuffin-blog-0a18eae178a23e7f7bfd88c37502e5e8c1fdf64a.tar
metamuffin-blog-0a18eae178a23e7f7bfd88c37502e5e8c1fdf64a.tar.bz2
metamuffin-blog-0a18eae178a23e7f7bfd88c37502e5e8c1fdf64a.tar.zst
(the commit before proper parsers will replace everything™™)
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;