disable unstable feature

This commit is contained in:
yggverse 2024-11-02 22:45:06 +02:00
parent 03b2c36153
commit 7215258a71

View file

@ -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)