mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2025-03-04 11:01:43 +00:00
chore: format with rustfmt - 2
This commit is contained in:
parent
5a70107020
commit
8a3528f42a
1 changed files with 3 additions and 3 deletions
|
@ -55,8 +55,8 @@
|
|||
//! doesn't find it, it will use the default: `C` (english)
|
||||
//!
|
||||
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
#[allow(unused_imports)]
|
||||
pub(crate) use lazy_static::lazy_static;
|
||||
|
||||
use std::collections::HashMap;
|
||||
use std::fmt;
|
||||
|
|
Loading…
Add table
Reference in a new issue