Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee authored Aug 20, 2024
1 parent c9d5579 commit e576aa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,8 @@ fn generate_code(
quote! {
use rust_i18n::{BackendExt, CowStr, MinifyKey};
use std::borrow::Cow;
use std::sync::Mutex;
use rust_i18n::once_cell::sync::Lazy;

/// I18n backend instance
///
Expand Down

0 comments on commit e576aa3

Please sign in to comment.