lcpp-org / RustBCA

A free, open-source Binary Collision Approximation (BCA) code for ion-material interactions including sputtering, implantation, and reflection
https://github.com/lcpp-org/RustBCA/wiki
GNU General Public License v3.0
42 stars 15 forks source link

Remove generic import from anyhow - it was overriding Ok() and breaki… #167

Closed drobnyjt closed 3 years ago

drobnyjt commented 3 years ago

Thank you for your contribution to rustBCA!

Before submitting this PR, please make sure you have:

Fixes #166

Description

Clarify imports from anyhow to stop overloading Ok().

Tests

Compilation tested, and all tests run successfully. It was a compilation issue, so I'm not expecting any downstream effects.