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 d04f597 commit 936a466Copy full SHA for 936a466
README.md
@@ -58,7 +58,7 @@ fn main() -> Result<(), git_url_parse::GitUrlParseError> {
58
#[derive(Debug, Clone, PartialEq, Eq)]
59
struct CustomProvider;
60
61
- impl GitProvider<GitUrl<'_>, GitUrlParseError> for CustomProvider {
+ impl GitProvider<GitUrl, GitUrlParseError> for CustomProvider {
62
fn from_git_url(_url: &GitUrl) -> Result<Self, GitUrlParseError> {
63
// Your custom provider parsing here
64
Ok(Self)
0 commit comments