diff options
author | Teddy Wing | 2020-08-05 22:21:44 +0200 |
---|---|---|
committer | Teddy Wing | 2020-08-06 00:18:19 +0200 |
commit | a9c9d1c3a20af5779145dbba8cdfbf0d1fbb960f (patch) | |
tree | 045b3e594a5679e3867cb39037f968f0c93855f9 /github-suggestion/src/url.rs | |
parent | fd63548311453520eef6d20908ff6fc8454d11df (diff) | |
download | git-suggestion-a9c9d1c3a20af5779145dbba8cdfbf0d1fbb960f.tar.bz2 |
Rename the project `git-suggestion`
Since this is a Git command, this makes more sense to me.
Diffstat (limited to 'github-suggestion/src/url.rs')
-rw-r--r-- | github-suggestion/src/url.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/github-suggestion/src/url.rs b/github-suggestion/src/url.rs index 0ff7baa..413a37d 100644 --- a/github-suggestion/src/url.rs +++ b/github-suggestion/src/url.rs @@ -47,7 +47,7 @@ pub struct SuggestionUrl { } /// Parses a URL with the format -/// `https://github.com/teddywing/github-suggestion/pull/1#discussion_r459691747`. +/// `https://github.com/teddywing/git-suggestion/pull/1#discussion_r459691747`. impl FromStr for SuggestionUrl { type Err = Error; |