remove inlining

This commit is contained in:
Max Bradbury 2020-07-19 08:53:54 +01:00
parent 7eb465d5dc
commit 638a279b64
1 changed files with 0 additions and 2 deletions

View File

@ -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,