chore: format with rustfmt & ignore generated content

This commit is contained in:
Erica Marigold 2023-09-13 18:11:25 +05:30 committed by GitHub
parent 8a3528f42a
commit 3c7fd98044
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"));