add faq doctest
This commit is contained in:
parent
161f1bd678
commit
63e6d66ffb
|
@ -536,4 +536,5 @@ pub mod doc_test {
|
|||
doctest!("guide/src/rust_cpython.md", guide_rust_cpython_md);
|
||||
doctest!("guide/src/trait_bounds.md", guide_trait_bounds_md);
|
||||
doctest!("guide/src/types.md", guide_types_md);
|
||||
doctest!("guide/src/faq.md", faq);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue