book: use rustdoc_include

This commit is contained in:
Harald Hoyer 2020-03-03 14:25:37 +01:00
parent 903f245278
commit 3e270f1e1a
No known key found for this signature in database
GPG key ID: 340F12141EA0994D
14 changed files with 15 additions and 626 deletions

View file

@ -12,6 +12,6 @@ more debug strings.
{{#include ../examples/tutorial4.rs}}
# #[allow(dead_code)]
# mod chainerror {
{{#includecomment ../src/lib.rs}}
{{#rustdoc_include ../src/lib.rs:-1}}
# }
~~~