Skip to content

Commit

Permalink
Merge pull request #3 from rye/remove-unused-uses
Browse files Browse the repository at this point in the history
Remove unused use statements
  • Loading branch information
rye authored Apr 21, 2019
2 parents 208221f + b4b178a commit a01b7f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
extern crate distance;
extern crate git2;

use std::ffi::OsStr;
use std::process::{Command, ExitStatus, Stdio};

fn branch_names(repository: &git2::Repository) -> Result<Vec<String>, git2::Error> {
let branches: git2::Branches = repository
.branches(None)
Expand Down

0 comments on commit a01b7f1

Please sign in to comment.