mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-03 15:04:13 +00:00
add comment
This commit is contained in:
parent
dfe3495461
commit
e5e3f9956a
@ -13,6 +13,7 @@ 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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user