From 2ac8b3f8226d54281bde938e8137c104bb6fd3bc Mon Sep 17 00:00:00 2001 From: Pagwin Date: Tue, 6 Sep 2022 19:31:53 -0400 Subject: [PATCH] removed draft status --- content/blog/rust_enums.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/rust_enums.md b/content/blog/rust_enums.md index 44dedc1..765e327 100644 --- a/content/blog/rust_enums.md +++ b/content/blog/rust_enums.md @@ -6,7 +6,7 @@ description: "Literally a blog article I wrote to win a dumb argument" date: 2022-09-06 -draft: true +draft: false ---