chore: rust-toolchain.toml; cargo clippy --fix

This commit is contained in:
Ron Waldon-Howe 2024-01-12 16:49:05 +11:00 committed by Michael Murphy
parent 0ec99c4012
commit 039aeb1e74
8 changed files with 13 additions and 11 deletions

View file

@ -14,8 +14,8 @@ use slotmap::SlotMap;
use super::Message;
pub static ADD_INPUT_SOURCE_DIALOGUE_ID: Lazy<window::Id> = Lazy::new(|| window::Id::unique());
pub static SPECIAL_CHARACTER_DIALOGUE_ID: Lazy<window::Id> = Lazy::new(|| window::Id::unique());
pub static ADD_INPUT_SOURCE_DIALOGUE_ID: Lazy<window::Id> = Lazy::new(window::Id::unique);
pub static SPECIAL_CHARACTER_DIALOGUE_ID: Lazy<window::Id> = Lazy::new(window::Id::unique);
static COMPOSE_OPTIONS: &[(&str, &str)] = &[
// ("Left Alt", "compose:lalt"), XXX?