]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.md
Prevents the crash log printer on macOS from crashing the entire job.
[rust.git] / RELEASES.md
index 7a9d256be282f6db5704a3746e834f0eb49b3551..64e2145e0f37b444953dfef48c7f1f28f6f69cfd 100644 (file)
@@ -29,7 +29,7 @@ Libraries
 - [Copied `AsciiExt` methods onto `char`][46077]
 - [Remove `T: Sized` requirement on `ptr::is_null()`][46094]
 - [impl `From<RecvError>` for `{TryRecvError, RecvTimeoutError}`][45506]
-- [Optimised `f32::{min, max}` to generate more efficent x86 assembly][47080]
+- [Optimised `f32::{min, max}` to generate more efficient x86 assembly][47080]
 - [`[u8]::contains` now uses memchr which provides a 3x speed improvement][46713]
 
 Stabilized APIs