From 809d6df3f0e1061778afbb461fd2b27eefe1a86a Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 25 Apr 2024 23:27:10 -0700 Subject: [PATCH] silence FALSE "dead code" --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 7d8506c..332e28f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1311,6 +1311,7 @@ async fn download_and_decompile_history_into_git(config:DownloadAndDecompileHist //I could use a function! //eventually: #[derive(Debug)] +#[allow(dead_code)]//idk why this thinks it's dead code, the errors are printed out in various places enum QueryResolveError{ NotFound,//0 results Ambiguous,//>1 results