Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kelpsyberry committed Aug 6, 2024
1 parent 6a3b248 commit 987ebb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
portable_simd,
new_uninit,
str_from_utf16_endian,
array_chunks
array_chunks,
unsized_const_params
)]
#![warn(clippy::pedantic)]
#![allow(
Expand Down
2 changes: 1 addition & 1 deletion frontend/desktop/src/ui/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use winit::{
dpi::{LogicalSize, PhysicalSize},
event::{Event, WindowEvent},
event_loop::EventLoop,
window::{Window as WinitWindow, WindowAttributes},
window::Window as WinitWindow,
};
#[cfg(target_os = "macos")]
use winit::{
Expand Down

0 comments on commit 987ebb4

Please sign in to comment.