mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2024-12-12 12:50:36 +00:00
chore: format with rustfmt & ignore generated content
This commit is contained in:
parent
8a3528f42a
commit
3c7fd98044
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
use crate::lazy_static;
|
||||
use std::collections::HashMap;
|
||||
|
||||
#[derive(Debug)]
|
||||
|
@ -9,4 +10,5 @@ pub struct Locales {
|
|||
pub ampm: HashMap<String, Vec<&'static str>>,
|
||||
}
|
||||
|
||||
#[rustfmt::skip]
|
||||
include!(concat!(env!("OUT_DIR"), "/locales.rs"));
|
||||
|
|
Loading…
Reference in a new issue