From 87949d7ddea525a7284bed36741e0968c15cfe2e Mon Sep 17 00:00:00 2001 From: carbotaniuman <41451839+carbotaniuman@users.noreply.github.com> Date: Wed, 7 Aug 2024 01:36:28 -0500 Subject: [PATCH] Stabilize `unsafe_attributes` --- tests/target/unsafe_attributes.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/target/unsafe_attributes.rs b/tests/target/unsafe_attributes.rs index a05bedc751ae2..d79c56f21479f 100644 --- a/tests/target/unsafe_attributes.rs +++ b/tests/target/unsafe_attributes.rs @@ -1,4 +1,3 @@ -#![feature(unsafe_attributes)] // https://github.com/rust-lang/rust/issues/123757 // #![simple_ident]