remove attributes OBE

This commit is contained in:
2025-08-05 21:09:47 -07:00
parent b3defd31fc
commit c1e53e42bc
2 changed files with 0 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
#[expect(dead_code)]
#[derive(Debug)] #[derive(Debug)]
pub struct UrlAndBody{ pub struct UrlAndBody{
pub url:url::Url, pub url:url::Url,

View File

@@ -16,7 +16,6 @@ use crate::common::{sanitize,Style,PropertiesOverride};
//I could use a function! //I could use a function!
//eventually: //eventually:
#[derive(Debug)] #[derive(Debug)]
#[expect(dead_code)]//idk why this thinks it's dead code, the errors are printed out in various places
pub enum QueryResolveError{ pub enum QueryResolveError{
NotFound,//0 results NotFound,//0 results
Ambiguous,//>1 results Ambiguous,//>1 results