summaryrefslogtreecommitdiffstats
path: root/repo_url
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2020-03-01 15:54:23 +0000
committerKornel <kornel@geekhood.net>2020-03-01 22:14:40 +0000
commit01ad124c4872ed24751d5c36a8444bddbc4a4a64 (patch)
tree66c44047fb79f03b3ac45a7ccf5fabf0667d61e5 /repo_url
parenta38758e88c390600fef6a2eda243296bf8a198f6 (diff)
fmt
Diffstat (limited to 'repo_url')
-rw-r--r--repo_url/src/repo.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/repo_url/src/repo.rs b/repo_url/src/repo.rs
index c5d51fb..142a6e9 100644
--- a/repo_url/src/repo.rs
+++ b/repo_url/src/repo.rs
@@ -42,7 +42,6 @@ pub enum GitError {
}
impl std::error::Error for GitError {
- fn description(&self) -> &str {"git"}
}
impl std::fmt::Display for GitError {