Iimprove the docs

This commit is contained in:
Anas Elgarhy 2023-02-23 13:53:44 +02:00
parent 8c4a2a5501
commit 9fad1454c1
No known key found for this signature in database
GPG Key ID: 0501802A1D496528
2 changed files with 2 additions and 2 deletions

View File

@ -33,4 +33,4 @@ debug = ["log", "pretty_env_logger"]
[dev-dependencies]
test-context = "0.1.4"
clap-markdown = "0.1.3"
# clap-markdown = "0.1.3"

View File

@ -117,7 +117,7 @@ pub fn search_for(
#[derive(Debug, PartialEq)]
pub enum TrackCover {
/// The cover is embedded in the track.
/// The `TempFile` object contains the contents of the embedded picture.
/// The `DynamicImage` object contains the contents of the embedded picture.
Embedded(image::DynamicImage),
/// The cover is an external file.
/// The `String` contains the absolute path of the external file.