Skip to content

Commit 48485b9

Browse files
DrodtPgBiel
andauthored
Update src/types/lang.rs
Co-authored-by: PgBiel <[email protected]>
1 parent 7d7ba2e commit 48485b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/types/lang.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ use strum::{Display, EnumString};
55
#[cfg(feature = "unic-langid")]
66
use unic_langid::{langid, LanguageIdentifier};
77

8-
use super::{Type, TypeError, TypeErrorKind};
9-
use crate::{Chunk, Chunks, ChunksExt, ChunksRef, Spanned};
8+
use crate::{Chunk, Chunks, ChunksExt, ChunksRef, Spanned, Type, TypeError, TypeErrorKind};
109

1110
macro_rules! languages {
1211
($($id:ident ($doc:literal) => $val:literal $(| $alias:literal)*),*) => {

0 commit comments

Comments
 (0)