Add pypy.md to doctests

At the moment there are no code snippets, but all files in the guide
should be included.
This commit is contained in:
Alexander Niederbühl 2019-04-24 22:44:47 +02:00
parent e912900926
commit 1d92c24db8
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ doctest!("../guide/src/function.md", guide_function_md);
doctest!("../guide/src/get_started.md", guide_get_started_md);
doctest!("../guide/src/module.md", guide_module_md);
doctest!("../guide/src/parallelism.md", guide_parallelism_md);
doctest!("../guide/src/pypy.md", guide_pypy_md);
doctest!("../guide/src/rust_cpython.md", guide_rust_cpython_md);
pub use crate::class::*;