Skip to content

Commit

Permalink
Silence clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Apr 25, 2024
1 parent 44c4ac5 commit 1f9a02b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/egui-winit/src/clipboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ fn init_arboard() -> Option<arboard::Clipboard> {
fn init_smithay_clipboard(
raw_display_handle: Option<RawDisplayHandle>,
) -> Option<smithay_clipboard::Clipboard> {
#![allow(clippy::undocumented_unsafe_blocks)]

crate::profile_function!();

if let Some(RawDisplayHandle::Wayland(display)) = raw_display_handle {
Expand Down

0 comments on commit 1f9a02b

Please sign in to comment.