We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50c075 commit e5d79edCopy full SHA for e5d79ed
2 files changed
library/core/src/lib.rs
@@ -411,5 +411,3 @@ include!("keyword_docs.rs");
411
// the rustdoc documentation for primitive types. Using `include!`
412
// because rustdoc only looks for these modules at the crate level.
413
include!("primitive_docs.rs");
414
-
415
library/std/src/lib.rs
@@ -792,7 +792,6 @@ include!("../../core/src/keyword_docs.rs");
792
793
include!("../../core/src/primitive_docs.rs");
794
795
796
// This is required to avoid an unstable error when `restricted-std` is not
797
// enabled. The use of #![feature(restricted_std)] in rustc-std-workspace-std
798
// is unconditional, so the unstable feature needs to be defined somewhere.
0 commit comments