softprops / shiplift

🐳 🦀 rust interface for maneuvering docker containers
MIT License
624 stars 119 forks source link

Lessen the amount of unwrap calls #303

Closed grtcdr closed 3 years ago

grtcdr commented 3 years ago

What did you implement:

Try and remove the many unwrap() calls, there's still a lot more I'd like to work on. There was one specific unwrap() call that was replaced but still needs to be improved upon to handle situations where an error is encountered.

Closes: #301 (not yet though as it's still a WIP)

How did you verify your change:

Building and testing the project was successful.