Skip to content

Commit

Permalink
Fix wayland warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mikayla-maki committed Feb 15, 2024
1 parent 3cc76f5 commit 9c79450
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/gpui/src/platform/linux/wayland.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//todo!(linux): remove this once the relevant functionality has been implemented
#![allow(unused_variables)]

pub(crate) use client::*;
pub(crate) use client_dispatcher::*;

Expand Down

0 comments on commit 9c79450

Please sign in to comment.