Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Apr 8, 2023
1 parent ded6290 commit 45e0d54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ See the [release history](RELEASES.md) to keep track of the development.

## Features

* `alloc`: Enables stable sort. Enabled by `std`.
* `std`: Enables selection of many indices. Enabled by default.
* `alloc`: Enables stable `sort`/`sort_by`/`sort_by_key`. Enabled by `std`.
* `std`: Enables stable `sort_by_cached_key`. Enabled by default.

# License

Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
//!
//! # Features
//!
//! * `alloc`: Enables stable sort. Enabled by `std`.
//! * `std`: Enables selection of many indices. Enabled by default.
//! * `alloc`: Enables stable `sort`/`sort_by`/`sort_by_key`. Enabled by `std`.
//! * `std`: Enables stable `sort_by_cached_key`. Enabled by default.

#![deny(
missing_docs,
Expand Down

0 comments on commit 45e0d54

Please sign in to comment.