Remove target_feature_inline_always from core, std and stdarch lib.rs's

This commit is contained in:
James Barford-Evans
2026-05-07 08:26:51 +01:00
parent c6d2da90b5
commit 52cc7ecf67
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -167,7 +167,6 @@
#![feature(staged_api)]
#![feature(stmt_expr_attributes)]
#![feature(strict_provenance_lints)]
#![feature(target_feature_inline_always)]
#![feature(trait_alias)]
#![feature(transparent_unions)]
#![feature(try_blocks)]
-1
View File
@@ -303,7 +303,6 @@
#![feature(staged_api)]
#![feature(stmt_expr_attributes)]
#![feature(strict_provenance_lints)]
#![feature(target_feature_inline_always)]
#![feature(thread_local)]
#![feature(try_blocks)]
#![feature(try_trait_v2)]