unused-code / unused

A tool to identify potentially unused code.
https://unused.codes
MIT License
283 stars 11 forks source link

Update old program names to remove the '-rs' suffix #44

Closed joshuaclayton closed 2 years ago

joshuaclayton commented 2 years ago

What?

When unused was rewritten in Rust (previously in Haskell: https://github.com/joshuaclayton/unused), binaries generated included the '-rs' suffix to differentiate from the Haskell versions.

Now that the rewrite is complete, references to each of the generated binaries can be updated to remove the suffix.