From 638a279b64495ec3463a3444f36434a1c80ab72b Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sun, 19 Jul 2020 08:53:54 +0100 Subject: [PATCH] remove inlining --- src/exit.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/exit.rs b/src/exit.rs index eb4a757..3c2227c 100644 --- a/src/exit.rs +++ b/src/exit.rs @@ -33,7 +33,6 @@ impl From<&str> for Transition { } impl ToString for Transition { - #[inline] fn to_string(&self) -> String { match &self { Transition::FadeToWhite => " FX fade_w", @@ -86,7 +85,6 @@ impl FromStr for Exit { } impl fmt::Display for Exit { - #[inline] fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { write!( f,