Skip to content

Commit

Permalink
libcore tests: use min_specialization
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Jun 16, 2020
1 parent 991dfe7 commit d1265e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#![feature(raw)]
#![feature(sort_internals)]
#![feature(slice_partition_at_index)]
#![feature(specialization)]
#![feature(min_specialization)]
#![feature(step_trait)]
#![feature(step_trait_ext)]
#![feature(str_internals)]
Expand Down

0 comments on commit d1265e7

Please sign in to comment.