Skip to content

Commit 01901ae

Browse files
authored
Merge pull request #162 from taiki-e/docs
Fix outdated docs
2 parents b5dafb4 + 11ce815 commit 01901ae

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ indexmap
1212
.. |docs| image:: https://docs.rs/indexmap/badge.svg
1313
.. _docs: https://docs.rs/indexmap
1414

15-
.. |rustc| image:: https://img.shields.io/badge/rust-1.32%2B-orange.svg
16-
.. _rustc: https://img.shields.io/badge/rust-1.32%2B-orange.svg
15+
.. |rustc| image:: https://img.shields.io/badge/rust-1.36%2B-orange.svg
16+
.. _rustc: https://img.shields.io/badge/rust-1.36%2B-orange.svg
1717

1818
A pure-Rust hash table which preserves (in a limited sense) insertion order.
1919

src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,15 @@
5353
//!
5454
//! ### Rust Version
5555
//!
56-
//! This version of indexmap requires Rust 1.32 or later, or Rust 1.36+ for
57-
//! using with `alloc` (without `std`), see below.
56+
//! This version of indexmap requires Rust 1.36 or later.
5857
//!
5958
//! The indexmap 1.x release series will use a carefully considered version
6059
//! upgrade policy, where in a later 1.x version, we will raise the minimum
6160
//! required Rust version.
6261
//!
6362
//! ## No Standard Library Targets
6463
//!
65-
//! From Rust 1.36, this crate supports being built without `std`, requiring
64+
//! This crate supports being built without `std`, requiring
6665
//! `alloc` instead. This is enabled automatically when it is detected that
6766
//! `std` is not available. There is no crate feature to enable/disable to
6867
//! trigger this. It can be tested by building for a std-less target.

0 commit comments

Comments
 (0)