From 1a70e5772ea2a77c3a3ab910bf349738af887cc2 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Sun, 2 Jun 2024 13:25:21 +0200 Subject: [PATCH] Fix \ --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index a20b7d2..035a995 100644 --- a/src/main.rs +++ b/src/main.rs @@ -115,8 +115,7 @@ fn handle_niri(command: Command) -> eyre::Result<()> { ))? .map_err(|e| eyre!("niri error: {e}"))?; } - Command::KeyboardLayout { next \} => todo!(), - + Command::KeyboardLayout { next: _ } => todo!(), } Ok(())