diff --git a/Cargo.toml b/Cargo.toml index e2b80e1..75f9c26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/src/lib.rs b/src/lib.rs index e43d152..44c337b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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.