Skip to content

Commit

Permalink
Replace old references of unused_rs with unused
Browse files Browse the repository at this point in the history
What?
=====

When the Rust version of unused was being built, it included the _rs
suffix (to differentiate from the Haskell version).

Now that this version has replaced the Haskell version, corresponding
_rs suffixes are unnecessary.
  • Loading branch information
joshuaclayton committed Dec 18, 2020
1 parent 3f4d810 commit 48f1cfc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "unused_rs"
name = "unused"
version = "0.1.0"
authors = ["Joshua Clayton <joshua.clayton@gmail.com>"]
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Unused

![CI](https://github.com/unused-code/unused_rs/workflows/CI/badge.svg)
![Security audit](https://github.com/unused-code/unused_rs/workflows/Security%20audit/badge.svg)
![CI](https://github.com/unused-code/unused/workflows/CI/badge.svg)
![Security audit](https://github.com/unused-code/unused/workflows/Security%20audit/badge.svg)

Unused identifies unused code in Rails, Phoenix, and other types of
applications, improving developer productivity
Expand Down

0 comments on commit 48f1cfc

Please sign in to comment.