diff options
author | iximeow <me@iximeow.net> | 2024-06-22 12:26:04 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2024-06-22 12:26:04 -0700 |
commit | 2bbeeec8cf26c1b165cdc5e6548b28bbc3c1d6a3 (patch) | |
tree | e96d808768bf10f6a5c9f7358ff7e8fa8dca8809 /goodfile | |
parent | 0c69ee37f98ce616df5237cbe74952c2a28cc5cb (diff) |
be more careful about what does and doesnt need alloc
Diffstat (limited to 'goodfile')
-rw-r--r-- | goodfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |