Fix formatting
This commit is contained in:
parent
1531ac8d7e
commit
5011ac7ce8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue