LukeMathWalker / wiremock-rs

HTTP mocking to test Rust applications.
Apache License 2.0
617 stars 70 forks source link

Remove textwrap dependency #71

Closed apiraino closed 3 years ago

apiraino commented 3 years ago

hi-oh (again)

I'm curious about this textwrap crate. I've only spotted one point where it is used, I've tried removing it and run a test to compare the output: they look identical.

I'm cautious about this change as I still may miss why you're using this crate, what do you think?

thanks