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