Add link to toml_query error types
This commit is contained in:
parent
97e613d8c5
commit
346e5a9444
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ error_chain! {
|
|||
NoteError, NoteErrorKind, ResultExt, Result;
|
||||
}
|
||||
|
||||
foreign_links {
|
||||
TomlQueryError(::toml_query::error::Error);
|
||||
}
|
||||
|
||||
errors {
|
||||
StoreWriteError {
|
||||
description("Error writing store")
|
||||
|
|
Loading…
Reference in a new issue