Skip to content

Commit e86be02

Browse files
committed
remove unsafe block
1 parent cdc8d0e commit e86be02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platform/macos/launching.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ extern "C-unwind" fn keyboard_event_callback(
129129
sender.0.try_send(Message::KeyPressed(shortcut)).unwrap();
130130
}
131131

132-
unsafe { null_mut() }
132+
null_mut()
133133
}
134134

135135
pub struct CallbackData {

0 commit comments

Comments
 (0)