remove unfulfilled lints
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-09 14:34:39 -08:00
parent 09022e7292
commit 9ab80931bf
2 changed files with 0 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ impl<Items> std::error::Error for SingleItemError<Items> where Items:std::fmt::D
pub type ScriptSingleItemError=SingleItemError<Vec<ScriptID>>;
pub type ScriptPolicySingleItemError=SingleItemError<Vec<ScriptPolicyID>>;
#[expect(dead_code)]
#[derive(Debug)]
pub struct UrlAndBody{
pub url:url::Url,

View File

@@ -22,7 +22,6 @@ mod validator;
mod validate_mapfix;
mod validate_submission;
#[expect(dead_code)]
#[derive(Debug)]
pub enum StartupError{
API(tonic::transport::Error),