mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
remove deprecated optional arguments
This commit is contained in:
parent
3106844cc6
commit
e2ab831d57
3 changed files with 9 additions and 14 deletions
|
|
@ -56,7 +56,7 @@ impl Header {
|
|||
}
|
||||
|
||||
// Actions
|
||||
pub fn update(&self, title: Option<&str>, description: Option<&str>) {
|
||||
pub fn update(&self, title: &str, description: &str) {
|
||||
self.title.update(title, description);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue