use a distinct error_chain for the tdb submodule

This commit is contained in:
Dustin J. Mitchell
2018-11-12 17:42:19 -05:00
parent 7fd94f6495
commit 9f310c76bd
6 changed files with 57 additions and 16 deletions

View File

@@ -2,7 +2,7 @@ use std::str;
use super::pig::Pig;
use task::{TaskBuilder, Task};
use errors::*;
use super::errors::*;
/// Rust implementation of part of utf8_codepoint from Taskwarrior's src/utf8.cpp
///