about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAaron Power <Aaronepower@users.noreply.github.com>2019-01-10 23:28:18 +0100
committerGitHub <noreply@github.com>2019-01-10 23:28:18 +0100
commit890a8a45c2b3264cc487411e7d2878cb42149965 (patch)
tree60320bbd5d16b7ee241acaec4bf80870aac2a677
parent359e6bf30be14dc6609d943e0304d5a05c477841 (diff)
downloadrust-890a8a45c2b3264cc487411e7d2878cb42149965.tar.gz
rust-890a8a45c2b3264cc487411e7d2878cb42149965.zip
Update RELEASES.md
-rw-r--r--RELEASES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index e82a8a613b9..aae25ab9988 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -45,8 +45,8 @@ Language
   where
       Self: PartialOrd<Self> // can write `Self` instead of `List<T>`
   {
-    Nil,
-    Cons(T, Box<Self>) // likewise here
+      Nil,
+      Cons(T, Box<Self>) // likewise here
   }
   ```
 - [You can now mark traits with `#[must_use]`.][55663] This provides a warning if