Add doc for fn keyword
This commit is contained in:
parent
24edc416ab
commit
1dd1f95af8
2 changed files with 33 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue