diff options
| author | Albin Hedman <albin9604@gmail.com> | 2020-12-06 22:29:13 +0100 |
|---|---|---|
| committer | Albin Hedman <albin9604@gmail.com> | 2020-12-06 22:29:13 +0100 |
| commit | d0a1e40eae2bb02b23b65c33918fce20e9ed4ae4 (patch) | |
| tree | f003d53fe06511a1c8bd7a8218e9dc02fccc341d | |
| parent | 345f230df98cb695ee092bdec5ce8d4154668c0f (diff) | |
| download | rust-d0a1e40eae2bb02b23b65c33918fce20e9ed4ae4.tar.gz rust-d0a1e40eae2bb02b23b65c33918fce20e9ed4ae4.zip | |
Remove unused feature gate
| -rw-r--r-- | library/core/tests/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs index 9e7a8189c81..2aa3598a0d9 100644 --- a/library/core/tests/lib.rs +++ b/library/core/tests/lib.rs @@ -54,7 +54,6 @@ #![feature(const_pin)] #![feature(const_slice_from_raw_parts)] #![feature(const_raw_ptr_deref)] -#![feature(const_assert_type)] #![feature(never_type)] #![feature(unwrap_infallible)] #![feature(option_unwrap_none)] |
