Skip to main content

Search

Items tagged with: trick


Trim your Rust dependencies already! 🦀

🔪 **cargo-machete**: Remove unused dependencies with this one weird trick.

🚀 Supports running via GitHub Actions as shown below.

⭐ GitHub: https://github.com/bnjbvr/cargo-machete

#rustlang #cargo #dependencies #opensource #automation #ci #trick #tip #programming


You can now #[expect] lints in the new Rust stable! 🦀

✨ Suppresses lints and warns on unfulfilled expectations.

📚 Documentation: https://doc.rust-lang.org/rustc/lints/levels.html#expect

➡️ Implementation: https://github.com/rust-lang/rust/pull/120924/

#rustlang #rust #programming #language #lint #warn #trick #coding #rustacean #devtips