We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b2596 commit 552fe5eCopy full SHA for 552fe5e
1 file changed
src/utils/vcs.rs
@@ -211,7 +211,6 @@ fn is_matching_url(a: &str, b: &str) -> bool {
211
VcsUrl::parse(a) == VcsUrl::parse(b)
212
}
213
214
-// TODO: This is not used anywhere.
215
pub fn get_repo_from_remote(repo: &str) -> String {
216
let obj = VcsUrl::parse(repo);
217
obj.id
0 commit comments