chore: rust-toolchain.toml; cargo clippy --fix
This commit is contained in:
parent
0ec99c4012
commit
039aeb1e74
8 changed files with 13 additions and 11 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue