Comment on Go vs. Rust: Writing a CLI ToolparentComments−saturn_vk6yI've always wondered whether "unwrap"-ing is considered ignoring? I personally always equated it to ignoring if there's an error−steveklabnik6yI would say no, because it's not ignored. It makes it explode.
Comments
I've always wondered whether "unwrap"-ing is considered ignoring? I personally always equated it to ignoring if there's an error
I would say no, because it's not ignored. It makes it explode.