mirror of
https://github.com/haraldh/chainerror.git
synced 2025-01-31 00:56:41 +01:00
doc fix
This commit is contained in:
parent
9d8f316db2
commit
2af5fb7ad6
|
@ -57,6 +57,7 @@ Caused by:
|
||||||
examples/example.rs:14:18: Error reading 'foo.txt'
|
examples/example.rs:14:18: Error reading 'foo.txt'
|
||||||
Caused by:
|
Caused by:
|
||||||
Kind(NotFound)
|
Kind(NotFound)
|
||||||
|
|
||||||
Alternative Debug Error:
|
Alternative Debug Error:
|
||||||
ChainError<example::Func1Error> {
|
ChainError<example::Func1Error> {
|
||||||
occurrence: Some(
|
occurrence: Some(
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
//! examples/example.rs:14:18: Error reading 'foo.txt'
|
//! examples/example.rs:14:18: Error reading 'foo.txt'
|
||||||
//! Caused by:
|
//! Caused by:
|
||||||
//! Kind(NotFound)
|
//! Kind(NotFound)
|
||||||
|
//!
|
||||||
//! Alternative Debug Error:
|
//! Alternative Debug Error:
|
||||||
//! ChainError<example::Func1Error> {
|
//! ChainError<example::Func1Error> {
|
||||||
//! occurrence: Some(
|
//! occurrence: Some(
|
||||||
|
|
Loading…
Reference in a new issue