Skip to content

Commit

Permalink
post-merge cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
babymotte committed Oct 11, 2024
1 parent a2e6862 commit 7e574af
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 52 deletions.
125 changes: 74 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion worterbuch/src/worterbuch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use crate::{
};
use hashlink::LinkedHashMap;
use serde::{Deserialize, Serialize};
use serde_json::{from_str, json, to_value, Value};
use serde_json::{from_str, json, Value};
use std::{
collections::{hash_map::Entry, HashMap},
fmt::Display,
Expand Down

0 comments on commit 7e574af

Please sign in to comment.