diff options
| author | Aaron Power <theaaronepower@gmail.com> | 2017-08-03 15:07:41 +0100 |
|---|---|---|
| committer | Aaron Power <theaaronepower@gmail.com> | 2017-08-03 15:07:41 +0100 |
| commit | 6200aeff6132c660fde70c6d51f88d823e08b6b7 (patch) | |
| tree | 3e5c0cb85dd6135812024f5439b40115392af187 | |
| parent | 553ac5279ec8ff1eb77fe78d3e8f94b499aae306 (diff) | |
| download | rust-6200aeff6132c660fde70c6d51f88d823e08b6b7.tar.gz rust-6200aeff6132c660fde70c6d51f88d823e08b6b7.zip | |
fixed some formatting
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index d42d879f3d8..fa0c8a5f206 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -30,7 +30,7 @@ Libraries - [`Ref`, `RefMut`, `MutexGuard`, `RwLockReadGuard`, `RwLockWriteGuard` now impl `fmt::Display` & `fmt::Debug`.][42822] -- [Relaxed Debug constraints on {HashMap,BTreeMap}::{Keys,Values}.][42854] +- [Relaxed Debug constraints on `{HashMap,BTreeMap}::{Keys,Values}`.][42854] - [Implement `PartialEq`, `Eq`, `PartialOrd`, `Ord`, `Debug`, `Hash` for unsized tuples.][43011] - [Impl `Clone` for `DefaultHasher`.][42799] |
