From 8a3528f42abe5328df4ea1874a8e6d14e6438443 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 13 Sep 2023 18:10:46 +0530 Subject: [PATCH] chore: format with rustfmt - 2 --- src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index ae4b048..deaddb9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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; @@ -198,7 +198,7 @@ where (_, _, _) => None, }, ), - // for the future expansion + // for the future expansion Internal(_) => (1, None), };