Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed May 4, 2024
1 parent 71b1635 commit c2efead
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion glutin-winit/src/event_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pub trait GlutinEventLoop: Sealed {
fn display_handle(&self) -> RawDisplayHandle;
}


impl Sealed for ActiveEventLoop {}

impl GlutinEventLoop for ActiveEventLoop {
Expand Down
2 changes: 1 addition & 1 deletion glutin-winit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#![deny(missing_docs)]
#![cfg_attr(clippy, deny(warnings))]

mod window;
mod event_loop;
mod window;

use event_loop::GlutinEventLoop;
pub use window::GlWindow;
Expand Down

0 comments on commit c2efead

Please sign in to comment.