Closed dimbleby closed 4 years ago
I noticed that in my dependency tree term was causing me to pull in an old version of dirs, so thought I'd send in a quick PR for that.
term
dirs
To satisfy deny(warnings) in the tests, I first had to update the Error implementations to deal with deprecations in that trait.
deny(warnings)
Error
I noticed that in my dependency tree
term
was causing me to pull in an old version ofdirs
, so thought I'd send in a quick PR for that.To satisfy
deny(warnings)
in the tests, I first had to update theError
implementations to deal with deprecations in that trait.