get rid of duplicate primitive_docs
This commit is contained in:
parent
df99bc151a
commit
7b7caae30e
25 changed files with 12 additions and 1645 deletions
|
@ -673,7 +673,7 @@ pub use core::primitive;
|
|||
// Include a number of private modules that exist solely to provide
|
||||
// the rustdoc documentation for primitive types. Using `include!`
|
||||
// because rustdoc only looks for these modules at the crate level.
|
||||
include!("primitive_docs.rs");
|
||||
include!("../../core/src/primitive_docs.rs");
|
||||
|
||||
// Include a number of private modules that exist solely to provide
|
||||
// the rustdoc documentation for the existing keywords. Using `include!`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue