From 05d11426a8e60fa060733eb8ae7843bc2ae9725c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 10 Jun 2024 15:28:36 +0200 Subject: apply many clippy issue --- import/src/trakt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'import/src/trakt.rs') diff --git a/import/src/trakt.rs b/import/src/trakt.rs index 2bcf45f..19c50bc 100644 --- a/import/src/trakt.rs +++ b/import/src/trakt.rs @@ -269,7 +269,7 @@ impl Display for TraktSearchResult { "{} ({}) \x1b[2m{} [{}]\x1b[0m", self.inner.inner().title, self.inner.inner().year.unwrap_or(0), - self.r#type.to_string(), + self.r#type, self.inner.inner().ids )) } -- cgit v1.2.3-70-g09d2