DEV Community

Cover image for Rust 🦀 version 1.83.0 came out a few days ago. It is upgrade time!
Gabor Szabo
Gabor Szabo

Posted on • Originally published at szabgab.com

Rust 🦀 version 1.83.0 came out a few days ago. It is upgrade time!

This means we have a new and probably stricter version of Clippy, the built-in linter.

This means I am now going over the 764 examples I have in my Rust course, the 100 or examples I have on the Rust 🦀 Maven web site, and the Rust projects I have been developing.

I go over them to make sure they still pass their tests and still abide by all the rules. (or at least the ones that I have opted out from)

Luckily this is done mostly automatically thanks to the hashtag#automated tools, the unit-tests, and the CI system I added ahead of time.

Did I already mention that hashtag#testing, especially automated testing makes upgrading a much safer task? Regardless if I change the operating system, a library or my compiler.

Image of AssemblyAI

Automatic Speech Recognition with AssemblyAI

Experience near-human accuracy, low-latency performance, and advanced Speech AI capabilities with AssemblyAI's Speech-to-Text API. Sign up today and get $50 in API credit. No credit card required.

Try the API

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay