mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
disable field not in use
This commit is contained in:
parent
3a767cec56
commit
fd419e2de1
2 changed files with 11 additions and 11 deletions
|
|
@ -19,7 +19,7 @@ pub enum Status {
|
|||
|
||||
pub struct Meta {
|
||||
pub title: Option<GString>,
|
||||
pub description: Option<GString>,
|
||||
//pub description: Option<GString>,
|
||||
pub status: Option<Status>,
|
||||
}
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ impl Meta {
|
|||
pub fn new() -> Self {
|
||||
Self {
|
||||
title: None,
|
||||
description: None,
|
||||
//description: None,
|
||||
status: None,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue