Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartkloock committed Apr 16, 2023
1 parent e51c506 commit 7a889c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! See README.md

use convert_case::{Case, Casing};
use proc_macro::TokenStream;
use proc_macro2::Ident;
use quote::{format_ident, quote};
Expand All @@ -9,7 +10,6 @@ use std::{
fs::DirEntry,
path::{Path, PathBuf},
};
use convert_case::{Case, Casing};
use syn::{parse_macro_input, LitStr};
use unic_langid::LanguageIdentifier;

Expand Down

0 comments on commit 7a889c5

Please sign in to comment.