summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-11-23 01:33:07 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-11-23 01:33:07 +0000
commitffa1a05fc1470b744dc5afd2093d3780205f1256 (patch)
tree0287a03f539bf15f4ed05c5b62c29d184a281c58 /src
parentac1eb15ea788eb680edafd243e9b028577365614 (diff)
downloadgentoo-utils-ffa1a05fc1470b744dc5afd2093d3780205f1256.tar.gz
remove invalid comment
Diffstat (limited to 'src')
-rw-r--r--src/atom/parsers.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/atom/parsers.rs b/src/atom/parsers.rs
index e6ec2b0..9772f96 100644
--- a/src/atom/parsers.rs
+++ b/src/atom/parsers.rs
@@ -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>;