mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-02 01:55:35 +00:00
disable unstable feature
This commit is contained in:
parent
03b2c36153
commit
7215258a71
1 changed files with 2 additions and 1 deletions
|
|
@ -122,9 +122,10 @@ impl Mime {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Some type exist, but not defined yet
|
// Some type exist, but not defined yet
|
||||||
|
/* @TODO unstable
|
||||||
if value.contains("/") {
|
if value.contains("/") {
|
||||||
return Err(Error::Undefined);
|
return Err(Error::Undefined);
|
||||||
}
|
} */
|
||||||
|
|
||||||
// Done
|
// Done
|
||||||
Ok(None) // may be empty (for some status codes)
|
Ok(None) // may be empty (for some status codes)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue