Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eb65ac8

Browse files
committedMay 29, 2025·
temp
1 parent d466ede commit eb65ac8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
 

‎library/core/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
144144
#![feature(cfg_ub_checks)]
145145
#![feature(const_precise_live_drops)]
146146
#![feature(const_trait_impl)]
147-
#![feature(core_float_math)]
148147
#![feature(decl_macro)]
149148
#![feature(deprecated_suggestion)]
150149
#![feature(doc_cfg)]
@@ -182,7 +181,6 @@
182181
#![feature(transparent_unions)]
183182
#![feature(try_blocks)]
184183
#![feature(unboxed_closures)]
185-
#![feature(unsigned_signed_diff)]
186184
#![feature(unsized_fn_params)]
187185
#![feature(with_negative_coherence)]
188186
// tidy-alphabetical-end

‎library/std/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,6 @@ pub use core::todo;
723723
// Re-export built-in macros defined through core.
724724
#[stable(feature = "builtin_macro_prelude", since = "1.38.0")]
725725
#[allow(deprecated)]
726-
#[cfg_attr(bootstrap, allow(deprecated_in_future))]
727726
pub use core::{
728727
assert, assert_matches, cfg, column, compile_error, concat, concat_idents, const_format_args,
729728
env, file, format_args, format_args_nl, include, include_bytes, include_str, line, log_syntax,

0 commit comments

Comments
 (0)
Please sign in to comment.