diff options
| author | Ralf Jung <post@ralfj.de> | 2024-07-13 13:53:56 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-08-18 19:46:53 +0200 |
| commit | f1fadb8ba20434c1e0722ea75de097d8a6c5e1fa (patch) | |
| tree | cd066a574debdf819b09af4f6f080fc5f5caf8db | |
| parent | d7198a541d51bef7f73df6b5ff4142d8af8c83dc (diff) | |
| download | rust-f1fadb8ba20434c1e0722ea75de097d8a6c5e1fa.tar.gz rust-f1fadb8ba20434c1e0722ea75de097d8a6c5e1fa.zip | |
stabilize raw_ref_op
| -rw-r--r-- | example/mini_core_hello_world.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/example/mini_core_hello_world.rs b/example/mini_core_hello_world.rs index e603ac566f4..ccbd5a78485 100644 --- a/example/mini_core_hello_world.rs +++ b/example/mini_core_hello_world.rs @@ -6,8 +6,7 @@ extern_types, naked_functions, thread_local, - repr_simd, - raw_ref_op + repr_simd )] #![no_core] #![allow(dead_code, non_camel_case_types, internal_features)] |
