Skip to content

Commit 2fb602a

Browse files
committed
Update changelog and run fmt
1 parent 922bb6e commit 2fb602a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- Added `Window::drag_window`. Implemented on Windows, macOS, X11 and Wayland.
2323
- On X11, bump `mio` to 0.7.
2424
- On macOS, emit `RedrawRequested` events immediately while the window is being resized.
25-
- On macOS, add `EventLoopWindowTargetExtMacOS::set_file_open_callback`.
25+
- On macOS, add `EventLoopExtMacOS::set_file_open_callback`.
2626

2727
# 0.24.0 (2020-12-09)
2828

src/platform_impl/macos/app_state.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ use std::{
44
fmt::{self, Debug},
55
hint::unreachable_unchecked,
66
mem,
7-
rc::{Rc, Weak},
87
panic::catch_unwind,
98
path::PathBuf,
9+
rc::{Rc, Weak},
1010
sync::{
1111
atomic::{AtomicBool, Ordering},
1212
Mutex, MutexGuard,

0 commit comments

Comments
 (0)