]> git.lizzy.rs Git - rust.git/commitdiff
Update RELEASES.md
authorAaron Power <Aaronepower@users.noreply.github.com>
Tue, 26 Dec 2017 14:37:34 +0000 (14:37 +0000)
committerGitHub <noreply@github.com>
Tue, 26 Dec 2017 14:37:34 +0000 (14:37 +0000)
RELEASES.md

index d4be8a27e343dfef420c3ab38f1178fc7ee64966..8fcd22b0b448f58c3076c0ab738d82a8b0ef176c 100644 (file)
@@ -17,9 +17,6 @@ Compiler
 - [rustc now avoids unnecessary copies of arguments that are
   simple bindings][45380] This should improve memory usage on average by 5-10%.
 - [Updated musl used to build musl rustc to 1.1.17][45393]
-- [Refactored type memory layouts and ABIs.][45225] This will reduce
-  memory size for some types. Eg. `io::Result<()>` is now 16 bytes
-  where it was previously 24.
 
 Libraries
 ---------
@@ -66,7 +63,6 @@ Compatibility Notes
 
 [44042]: https://github.com/rust-lang/rust/pull/44042
 [44932]: https://github.com/rust-lang/rust/pull/44932
-[45225]: https://github.com/rust-lang/rust/pull/45225
 [45267]: https://github.com/rust-lang/rust/pull/45267
 [45324]: https://github.com/rust-lang/rust/pull/45324
 [45326]: https://github.com/rust-lang/rust/pull/45326