diff options
| author | Nikita Popov <npopov@redhat.com> | 2025-08-20 10:10:56 +0200 |
|---|---|---|
| committer | Nikita Popov <npopov@redhat.com> | 2025-08-20 11:23:30 +0200 |
| commit | f9bc63d78f48002d6d4e55c0a46a87a024b2549c (patch) | |
| tree | a6408f3ffa2ad990a364c5df49c57e5a79e97e8f /library/stdarch | |
| parent | 92f195c43201922090c9994fc8412f47843b8151 (diff) | |
| download | rust-f9bc63d78f48002d6d4e55c0a46a87a024b2549c.tar.gz rust-f9bc63d78f48002d6d4e55c0a46a87a024b2549c.zip | |
Drop no longer needed feature gates
Diffstat (limited to 'library/stdarch')
| -rw-r--r-- | library/stdarch/crates/core_arch/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/stdarch/crates/core_arch/src/lib.rs b/library/stdarch/crates/core_arch/src/lib.rs index c58580f6417..7d3cbd55ad8 100644 --- a/library/stdarch/crates/core_arch/src/lib.rs +++ b/library/stdarch/crates/core_arch/src/lib.rs @@ -18,8 +18,6 @@ rustc_attrs, staged_api, doc_cfg, - tbm_target_feature, - sse4a_target_feature, riscv_target_feature, arm_target_feature, mips_target_feature, |
