summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authoriximeow <git@iximeow.net>2022-12-27 23:53:41 +0000
committeriximeow <git@iximeow.net>2022-12-27 23:53:41 +0000
commit018c655304bfc185740b3a163b369ead7d5131e8 (patch)
treef04024ad72a38e75460b8453aa46e08b08a32a97 /src/main.rs
parent3411ef67fb829c419f853293664d97c6a6d4b96b (diff)
finally actually support goodfiles
some more refinements to how builds are run as well: build state discusses if a build us running, where the result is either a pass or fail this is useful for deciding if a build is in progress and how artifacts (if any) should be presented
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index d8af992..ce01ecc 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,5 +1,6 @@
#![allow(dead_code)]
#![allow(unused_variables)]
+#![allow(unused_imports)]
use tokio::spawn;
use std::path::PathBuf;