diff options
| author | carbotaniuman <41451839+carbotaniuman@users.noreply.github.com> | 2024-08-07 01:36:28 -0500 |
|---|---|---|
| committer | carbotaniuman <41451839+carbotaniuman@users.noreply.github.com> | 2024-08-07 03:12:13 -0500 |
| commit | 87949d7ddea525a7284bed36741e0968c15cfe2e (patch) | |
| tree | 7c5b074d35355c4bb10c754f9b4389cf3b762fb4 | |
| parent | 6159460963f472ab89eac839ab2344a29b51849a (diff) | |
| download | rust-87949d7ddea525a7284bed36741e0968c15cfe2e.tar.gz rust-87949d7ddea525a7284bed36741e0968c15cfe2e.zip | |
Stabilize `unsafe_attributes`
| -rw-r--r-- | tests/target/unsafe_attributes.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/target/unsafe_attributes.rs b/tests/target/unsafe_attributes.rs index a05bedc751a..d79c56f2147 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] |
