Corrected Record::new().
Some checks failed
MoreThanText/morethantext/pipeline/head There was a failure building this commit
Some checks failed
MoreThanText/morethantext/pipeline/head There was a failure building this commit
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
use crate::data::{id::IDError, DBError, table::TBLError};
|
||||
use crate::data::{id::IDError, table::TBLError, DBError};
|
||||
use std::{error::Error, fmt};
|
||||
|
||||
#[derive(Debug)]
|
||||
@ -109,7 +109,6 @@ impl From<TBLError> for MTTError {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#[cfg(test)]
|
||||
mod errors {
|
||||
use super::*;
|
||||
|
Reference in New Issue
Block a user