Usually there are no release announcements on lobste.rs but this one is particularly interesting because it explains why one could receive multiple mutable references from a shared (non-mutable) reference in Rust because a single keyword (mut) was missing in vec::IntoIter::as_mut_slice.
Think twice before writing unsafe code in Rust!
Consider using the
releasetag if you’ve got something starting with “Announcing”. :)