๐๐ฆ Yet another version of @rustlang, Rust 1.67.0, has just been released!
This one is a relatively small release. So, short release thread:
๐งต 1/6
This one is a relatively small release. So, short release thread:
๐งต 1/6
std::sync::mpsc has a new implementation, based on crossbeam-channel.
The old implementation had some issues and was hard to maintain. The new implementation fixes some small but long-standing bugs and has better performance.
(The public interface remains unchanged.)
3/6
The old implementation had some issues and was hard to maintain. The new implementation fixes some small but long-standing bugs and has better performance.
(The public interface remains unchanged.)
3/6
Clippy has a number of exciting new lints: #new-lints" target="_blank" rel="noopener" onclick="event.stopPropagation()">github.com
For example, you can now enable #![warn(clippy::manual_let_else)] to tell you about some situations where you could use the recently introduced let-else syntax.
5/6
For example, you can now enable #![warn(clippy::manual_let_else)] to tell you about some situations where you could use the recently introduced let-else syntax.
5/6
For more details and a complete list of changes in Rust 1.67, check out the announcement and release notes:
Announcement: blog.rust-lang.org
Release notes:
Rust: #version-1670-2023-01-26" target="_blank" rel="noopener" onclick="event.stopPropagation()">github.com
Cargo: #cargo-167-2023-01-26" target="_blank" rel="noopener" onclick="event.stopPropagation()">github.com
Clippy: #rust-167" target="_blank" rel="noopener" onclick="event.stopPropagation()">github.com
Enjoy!
6/6
Announcement: blog.rust-lang.org
Release notes:
Rust: #version-1670-2023-01-26" target="_blank" rel="noopener" onclick="event.stopPropagation()">github.com
Cargo: #cargo-167-2023-01-26" target="_blank" rel="noopener" onclick="event.stopPropagation()">github.com
Clippy: #rust-167" target="_blank" rel="noopener" onclick="event.stopPropagation()">github.com
Enjoy!
6/6
Loading suggestions...