fix clippy issues

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-05-15 20:53:17 -07:00
parent 0d240c16a5
commit 0e0e5d0eaa
2 changed files with 2 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ pub fn hline(ui: &egui::Ui) {
}
#[inline]
#[allow(unreachable_code)]
pub fn is_mobile() -> bool {
#[cfg(feature = "emulate_mobile")]
{