1
Fork 0

Add doc for fn keyword

This commit is contained in:
Guillaume Gomez 2018-06-15 23:23:11 +02:00
parent 24edc416ab
commit 1dd1f95af8
2 changed files with 33 additions and 0 deletions

View file

@ -547,3 +547,8 @@ pub use stdsimd::arch;
// the rustdoc documentation for primitive types. Using `include!`
// because rustdoc only looks for these modules at the crate level.
include!("primitive_docs.rs");
// Include a number of private modules that exist solely to provide
// the rustdoc documentation for the existing keywords. Using `include!`
// because rustdoc only looks for these modules at the crate level.
include!("keyword_docs.rs");