This commit is contained in:
Jonas Kruckenberg 2022-11-17 18:14:52 +01:00
parent d5fa1c0397
commit e5b7d397f0
3 changed files with 5 additions and 5 deletions

View file

@ -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;
}