mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 14:12:31 +00:00
Picture: Fix docs referring to MimeType::None
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
parent
2a18e5f358
commit
f3457f450c
1 changed files with 0 additions and 5 deletions
|
@ -70,9 +70,6 @@ impl MimeType {
|
|||
#[allow(clippy::should_implement_trait)]
|
||||
/// Get a `MimeType` from a string
|
||||
///
|
||||
/// Empty strings will map to `MimeType::None`, while any unrecognized MIME types will
|
||||
/// map to `MimeType::Unknown`.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```rust
|
||||
|
@ -94,8 +91,6 @@ impl MimeType {
|
|||
|
||||
/// Get a &str from a `MimeType`
|
||||
///
|
||||
/// NOTE: `MimeType::None` will return an empty string.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```rust
|
||||
|
|
Loading…
Reference in a new issue