remove attributes OBE
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user