Skip to main content

Search

Items tagged with: clippy


A couple of month ago, I opened an issue suggesting a new Clippy lint for rust. (Recommending against using try_into() when into() is available.

Someone implemented it and it recently reached stable with 1.76, I'm surprised at how many times this lint triggered in our codebases 😅.

I guess that means that this lint is useful!

https://github.com/rust-lang/rust-clippy/issues/11577

#rust #rustlang #clippy

⇧