From f29d7a2b1831fbf6e7091a5ea070e150d7063c48 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 29 Jul 2020 01:50:25 +0200 Subject: Rename crate to 'github-suggestion' Didn't like the old name. Wanted to make the GitHub reference more explicit. I remember it as "suggestion", since that's the name of the GitHub feature, so "suggested" was confusing. The final "patch" seemed redundant or unnecessary. --- src/bin/git-sugapply.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/git-sugapply.rs') diff --git a/src/bin/git-sugapply.rs b/src/bin/git-sugapply.rs index 47d26f2..157405d 100644 --- a/src/bin/git-sugapply.rs +++ b/src/bin/git-sugapply.rs @@ -1,7 +1,7 @@ use std::env; use std::process; -use git_suggested_patch::{Client, SuggestionUrl}; +use github_suggestion::{Client, SuggestionUrl}; fn main() { -- cgit v1.2.3