forked from gentoo-utils/gentoo-utils
remove invalid comment
This commit is contained in:
@@ -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 {
|
impl<'a> Parseable<'a, &'a str> for Repo {
|
||||||
type Parser = impl Parser<&'a str, Output = Self>;
|
type Parser = impl Parser<&'a str, Output = Self>;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user