get rid of duplicate primitive_docs
This commit is contained in:
@@ -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!`
|
||||
|
||||
Reference in New Issue
Block a user