about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAaron Power <Aaronepower@users.noreply.github.com>2018-03-19 12:38:04 +0000
committerGitHub <noreply@github.com>2018-03-19 12:38:04 +0000
commite2cf17278d1eabe30100095191f0b3c19e1f4f2a (patch)
tree67ac7222876231222ff6c949f41953d12a4c463b
parentf83618b9dac3b92b554d3751dcdea9aeefc6e72a (diff)
downloadrust-e2cf17278d1eabe30100095191f0b3c19e1f4f2a.tar.gz
rust-e2cf17278d1eabe30100095191f0b3c19e1f4f2a.zip
Update RELEASES.md
-rw-r--r--RELEASES.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index e6f6e044083..51c36c99858 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -33,7 +33,6 @@ Libraries
 - [`UnsafeCell::into_inner` is now safe.][47204]
 - [Implement libstd for CloudABI.][47268]
 - [`Float::{from_bits, to_bits}` is now available in libcore.][46931]
-
 - [Implement `AsRef<Path>` for Component][46985]
 - [Implemented `Write` for `Cursor<&mut Vec<T>>`][46830]
 - [Moved `Duration` to libcore.][46666]
@@ -59,7 +58,6 @@ Cargo
 
 Misc
 ----
-
 - [Rust by example is now shipped with new releases][46196]
 
 Compatibility Notes