From 2bbeeec8cf26c1b165cdc5e6548b28bbc3c1d6a3 Mon Sep 17 00:00:00 2001
From: iximeow <me@iximeow.net>
Date: Sat, 22 Jun 2024 12:26:04 -0700
Subject: be more careful about what does and doesnt need alloc

---
 goodfile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'goodfile')

diff --git a/goodfile b/goodfile
index 51a1399..5264b18 100644
--- a/goodfile
+++ b/goodfile
@@ -5,6 +5,7 @@ Step.push("build")
 Build.run({"cargo", "build"})
 
 Step.advance("test")
+-- TODO: set `-D warnings` here and below...
 Build.run({"cargo", "test"}, {name="test default features"})
 
 -- `cargo test` ends up running doc tests. great! but yaxpeax-arch's docs reference items in std only.
-- 
cgit v1.1