uutils / findutils

Rust implementation of findutils
MIT License
296 stars 36 forks source link

replaced not equal operation with equality operator #235

Closed HelloShiv closed 1 year ago

HelloShiv commented 1 year ago

Implemented clippy warning suggestion

HelloShiv commented 1 year ago

Doesn't the linked bug say to swap the if and else contents as well as changing != to ==?

My apologies, I forgot to include the swap part. Incooperating the swap part