mirror of
https://github.com/v0l/route96.git
synced 2025-06-16 16:28:49 +00:00
chore: remove unused field
This commit is contained in:
@ -125,8 +125,6 @@ struct Nip96Form<'r> {
|
|||||||
size: u64,
|
size: u64,
|
||||||
alt: Option<&'r str>,
|
alt: Option<&'r str>,
|
||||||
caption: Option<&'r str>,
|
caption: Option<&'r str>,
|
||||||
media_type: Option<&'r str>,
|
|
||||||
#[allow(dead_code)]
|
|
||||||
content_type: Option<&'r str>,
|
content_type: Option<&'r str>,
|
||||||
no_transform: Option<bool>,
|
no_transform: Option<bool>,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user