mirror of
https://github.com/Dummi26/mers.git
synced 2025-12-28 17:16:31 +01:00
Type no longer implements MersType
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
use crate::{
|
||||
data::{self, Data, MersType, Type},
|
||||
data::{self, Data, Type},
|
||||
errors::CheckError,
|
||||
info::Info,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user