cleanup
This commit is contained in:
parent
d5fa1c0397
commit
e5b7d397f0
3 changed files with 5 additions and 5 deletions
|
@ -259,7 +259,7 @@ impl<'a> MessageDialogBuilder<'a> {
|
|||
/// # Ok(())
|
||||
/// # }
|
||||
/// ```
|
||||
pub fn set_kind(&mut self, r#kind: MessageDialogKind) {
|
||||
pub fn set_kind(&mut self, kind: MessageDialogKind) {
|
||||
self.kind = r#kind;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue