Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
refactor: remove #![feature(slice_patterns)]
Browse files Browse the repository at this point in the history
It has been stable since 1.42.0.
  • Loading branch information
yvt committed Feb 5, 2020
1 parent 75a8c82 commit 28954c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion support/minisort/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
//! # Performances
//!
//! It's never faster than `[T]::sort_unstable` for `N > 16`.
#![feature(slice_patterns)]
#![cfg_attr(test, feature(is_sorted))]

use std::{cmp::Ordering, mem::swap};
Expand Down

0 comments on commit 28954c3

Please sign in to comment.