Fix formatting

This commit is contained in:
KRunchPL 2021-11-06 17:26:43 +01:00
parent 1531ac8d7e
commit 5011ac7ce8
1 changed files with 4 additions and 1 deletions

View File

@ -405,7 +405,10 @@ pub mod doc_test {
doctest!("guide/src/trait_bounds.md", guide_trait_bounds_md);
doctest!("guide/src/types.md", guide_types_md);
doctest!("guide/src/faq.md", faq);
doctest!("guide/src/python_typing_hints.md", guide_python_typing_hints);
doctest!(
"guide/src/python_typing_hints.md",
guide_python_typing_hints
);
// deliberate choice not to test guide/ecosystem because those pages depend on external crates
// such as pyo3_asyncio.