1
Fork 0

get rid of duplicate primitive_docs

This commit is contained in:
Ralf Jung 2023-09-03 10:23:04 +02:00
parent df99bc151a
commit 7b7caae30e
25 changed files with 12 additions and 1645 deletions

View file

@ -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!`