Skip to content

Commit

Permalink
Update changelog and run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed Apr 8, 2021
1 parent 922bb6e commit 2fb602a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- Added `Window::drag_window`. Implemented on Windows, macOS, X11 and Wayland.
- On X11, bump `mio` to 0.7.
- On macOS, emit `RedrawRequested` events immediately while the window is being resized.
- On macOS, add `EventLoopWindowTargetExtMacOS::set_file_open_callback`.
- On macOS, add `EventLoopExtMacOS::set_file_open_callback`.

# 0.24.0 (2020-12-09)

Expand Down
2 changes: 1 addition & 1 deletion src/platform_impl/macos/app_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ use std::{
fmt::{self, Debug},
hint::unreachable_unchecked,
mem,
rc::{Rc, Weak},
panic::catch_unwind,
path::PathBuf,
rc::{Rc, Weak},
sync::{
atomic::{AtomicBool, Ordering},
Mutex, MutexGuard,
Expand Down

0 comments on commit 2fb602a

Please sign in to comment.