remove invalid comment

This commit is contained in:
John Turner
2025-11-23 01:33:07 +00:00
parent ac1eb15ea7
commit ffa1a05fc1

View File

@@ -233,7 +233,6 @@ impl<'a> Parseable<'a, &'a str> for UseDepSign {
}
}
//A slot name may contain any of the characters [A-Za-z0-9+_.-]. It must not begin with a hyphen, a dot or a plus sign.
impl<'a> Parseable<'a, &'a str> for Repo {
type Parser = impl Parser<&'a str, Output = Self>;