simplify booksrc imports

This commit is contained in:
Harald Hoyer 2019-03-04 11:38:35 +01:00
parent dfe97b34d6
commit bc5cbd18f0
No known key found for this signature in database
GPG key ID: 340F12141EA0994D
11 changed files with 11 additions and 22 deletions

View file

@ -9,8 +9,7 @@ more debug strings.
`mstrerror!()` even understands `format!()` syntax like `println!()`.
~~~rust
use crate::chainerror::*;
{{#include ../examples/tutorial4.rs:2:}}
{{#include ../examples/tutorial4.rs}}
# #[allow(dead_code)]
# mod chainerror {
{{#includecomment ../src/lib.rs}}