Skip to content

Commit e5d79ed

Browse files
committed
tidy fixes
1 parent f50c075 commit e5d79ed

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

library/core/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,5 +411,3 @@ include!("keyword_docs.rs");
411411
// the rustdoc documentation for primitive types. Using `include!`
412412
// because rustdoc only looks for these modules at the crate level.
413413
include!("primitive_docs.rs");
414-
415-

library/std/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,6 @@ include!("../../core/src/keyword_docs.rs");
792792
// because rustdoc only looks for these modules at the crate level.
793793
include!("../../core/src/primitive_docs.rs");
794794

795-
796795
// This is required to avoid an unstable error when `restricted-std` is not
797796
// enabled. The use of #![feature(restricted_std)] in rustc-std-workspace-std
798797
// is unconditional, so the unstable feature needs to be defined somewhere.

0 commit comments

Comments
 (0)