update comment

This commit is contained in:
yggverse 2025-01-15 08:36:46 +02:00
parent 1f08f96dc5
commit 88efac5c16

View File

@ -22,7 +22,6 @@ impl Feature {
// Constructors
/// Parse new `Self` from string
/// * holds related with parsed feature data
pub fn from_string(request: &str) -> Self {
if let Some(postfix) = request.strip_prefix("download:") {
return Self::Download {