Remove unused import
This commit is contained in:
parent
1a8106dfd2
commit
22e9f8a93b
1 changed files with 0 additions and 1 deletions
|
@ -793,7 +793,6 @@ fn verify_header(t: &Table) -> Result<()> {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn verify_header_consistency(t: Table) -> EntryResult<Table> {
|
fn verify_header_consistency(t: Table) -> EntryResult<Table> {
|
||||||
use std::error::Error;
|
|
||||||
if let Err(e) = verify_header(&t) {
|
if let Err(e) = verify_header(&t) {
|
||||||
Err(ParserError::new(ParserErrorKind::HeaderInconsistency, Some(Box::new(e))))
|
Err(ParserError::new(ParserErrorKind::HeaderInconsistency, Some(Box::new(e))))
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue