Skip to content

Commit

Permalink
disable unstable feature
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Nov 2, 2024
1 parent 03b2c36 commit 7215258
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/response/meta/mime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,10 @@ impl Mime {
}

// Some type exist, but not defined yet
/* @TODO unstable
if value.contains("/") {
return Err(Error::Undefined);
}
} */

// Done
Ok(None) // may be empty (for some status codes)
Expand Down

0 comments on commit 7215258

Please sign in to comment.