mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 14:12:31 +00:00
Fix docs
This commit is contained in:
parent
60e1579bb2
commit
f7bb543f36
3 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
profile: minimal
|
||||
toolchain: stable
|
||||
override: true
|
||||
- run: cargo doc --all-features
|
||||
- run: cargo doc --all-features --no-deps
|
||||
- run: cargo test --all-features --doc
|
||||
clippy:
|
||||
name: Clippy
|
||||
|
|
|
@ -80,7 +80,7 @@ pub enum LoftyError {
|
|||
OggPage(ogg_pager::PageError),
|
||||
/// Unable to convert bytes to a String
|
||||
FromUtf8(std::string::FromUtf8Error),
|
||||
/// Represents all cases of `std::io::Error`.
|
||||
/// Represents all cases of [`std::io::Error`].
|
||||
Io(std::io::Error),
|
||||
}
|
||||
|
||||
|
|
|
@ -239,7 +239,7 @@ pub mod id3 {
|
|||
//!
|
||||
//! Two checks are performed when converting a genre:
|
||||
//!
|
||||
//! * [`GENRE`] contains the string
|
||||
//! * [`GENRES`] contains the string
|
||||
//! * The [`ItemValue`](crate::ItemValue) can be parsed into a `u8`
|
||||
//!
|
||||
//! ## Track Numbers
|
||||
|
|
Loading…
Reference in a new issue