mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
add comment
This commit is contained in:
parent
dfe3495461
commit
e5e3f9956a
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ impl Feature {
|
||||||
// Constructors
|
// Constructors
|
||||||
|
|
||||||
/// Parse new `Self` from string
|
/// Parse new `Self` from string
|
||||||
|
/// * holds related with parsed feature data
|
||||||
pub fn from_string(request: &str) -> Self {
|
pub fn from_string(request: &str) -> Self {
|
||||||
if let Some(postfix) = request.strip_prefix("download:") {
|
if let Some(postfix) = request.strip_prefix("download:") {
|
||||||
return Self::Download {
|
return Self::Download {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue