We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6adc76 commit 20b1b19Copy full SHA for 20b1b19
src/lib.rs
@@ -55,10 +55,6 @@
55
//! [selection]: https://en.wikipedia.org/wiki/Selection_algorithm
56
//! [search]: https://en.wikipedia.org/wiki/Search_algorithm
57
//!
58
-//! [`sort`]: Slice1Ext::sort
59
-//! [`sort_unstable`]: Slice1Ext::sort_unstable
60
-//! [`select_nth_unstable`]: Slice1Ext::select_nth_unstable
61
-//!
62
//! # Roadmap
63
64
//! * Add `SliceExt` trait for *n*-dimensional array or (sub)view with methods expecting `Axis` as
0 commit comments