Skip to content

Commit

Permalink
Merge pull request #149 from dywedir/patch-1
Browse files Browse the repository at this point in the history
Remove "unstable" warning
  • Loading branch information
dpc committed Aug 2, 2018
2 parents 90c36bb + 644481e commit 5e6145e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,6 @@ fn run() -> io::Result<()> {
}

fn main() {
eprintln!("Warning! This is an unstable version of `rdedup`.");
eprintln!("Check github README to install last stable version.");
if let Err(e) = run() {
eprintln!("Error: {}", e);
process::exit(-1);
Expand Down

0 comments on commit 5e6145e

Please sign in to comment.