mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2025-03-04 19:11:44 +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)
|
//! doesn't find it, it will use the default: `C` (english)
|
||||||
//!
|
//!
|
||||||
|
|
||||||
#[macro_use]
|
#[allow(unused_imports)]
|
||||||
extern crate lazy_static;
|
pub(crate) use lazy_static::lazy_static;
|
||||||
|
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
|
|
Loading…
Add table
Reference in a new issue