Comment on Don't unwrap options: There are better ways (2024)Comments−mcflubbins1yI with there was a clippy check for unwrap(), I have very very rarely needed it in practice.−ChadNauseam1yYou can add this to your clippy.toml [lints.clippy] unwrap_used = "warn"−mcflubbins1yNice! Thanks
Comments
I with there was a clippy check for unwrap(), I have very very rarely needed it in practice.
You can add this to your clippy.toml
Nice! Thanks