diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2022-03-08 10:18:06 -0800 |
|---|---|---|
| committer | Jubilee <46493976+workingjubilee@users.noreply.github.com> | 2022-03-08 13:36:29 -0800 |
| commit | 2e5e0ec3807972cb699a97cd15dee5d6dbc936a5 (patch) | |
| tree | 4f0942abae519d822d5f46a0ccadd3013c1aa81d | |
| parent | 4ddcc006a9d8b4db65d7809881d058bf9b6cd8b0 (diff) | |
| download | rust-2e5e0ec3807972cb699a97cd15dee5d6dbc936a5.tar.gz rust-2e5e0ec3807972cb699a97cd15dee5d6dbc936a5.zip | |
Remove #![feature(const_fn_trait_bound)]
| -rw-r--r-- | crates/core_simd/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/core_simd/src/lib.rs b/crates/core_simd/src/lib.rs index 91ae34c05e0..42212aef132 100644 --- a/crates/core_simd/src/lib.rs +++ b/crates/core_simd/src/lib.rs @@ -1,6 +1,5 @@ #![cfg_attr(not(feature = "std"), no_std)] #