chainerror/booksrc/tutorial11.md
2018-12-20 14:52:06 +01:00

8 lines
158 B
Markdown

~~~rust
use crate::chainerror::*;
{{#include ../examples/tutorial11.rs:2:}}
# #[allow(dead_code)]
# mod chainerror {
{{#includecomment ../src/lib.rs}}
# }
~~~