silence FALSE "dead code"

This commit is contained in:
Quaternions 2024-04-25 23:27:10 -07:00
parent e28a58d747
commit 809d6df3f0

View File

@ -1311,6 +1311,7 @@ async fn download_and_decompile_history_into_git(config:DownloadAndDecompileHist
//I could use a function! //I could use a function!
//eventually: //eventually:
#[derive(Debug)] #[derive(Debug)]
#[allow(dead_code)]//idk why this thinks it's dead code, the errors are printed out in various places
enum QueryResolveError{ enum QueryResolveError{
NotFound,//0 results NotFound,//0 results
Ambiguous,//>1 results Ambiguous,//>1 results