Add link to toml_query error types

This commit is contained in:
Matthias Beyer 2018-02-06 20:38:52 +01:00
parent 97e613d8c5
commit 346e5a9444
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ error_chain! {
NoteError, NoteErrorKind, ResultExt, Result;
}
foreign_links {
TomlQueryError(::toml_query::error::Error);
}
errors {
StoreWriteError {
description("Error writing store")