Skip to content

Commit

Permalink
remove clippy and rustfmt toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lia committed Feb 26, 2024
1 parent 92f5b06 commit 61b6f35
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion clippy.toml

This file was deleted.

1 change: 0 additions & 1 deletion rustfmt.toml

This file was deleted.

1 change: 1 addition & 0 deletions src/matching/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ lazy_static! {
static ref GRAPHS: HashMap<&'static str, &'static HashMap<char, Vec<Option<&'static str>>>> = {
let mut table = HashMap::with_capacity(4);
table.insert("qwerty", &*super::adjacency_graphs::QWERTY);
table.insert("qwertz", &*super::adjacency_graphs::QWERTZ);
table.insert("dvorak", &*super::adjacency_graphs::DVORAK);
table.insert("keypad", &*super::adjacency_graphs::KEYPAD);
table.insert("mac_keypad", &*super::adjacency_graphs::MAC_KEYPAD);
Expand Down

0 comments on commit 61b6f35

Please sign in to comment.