remove inlining
This commit is contained in:
parent
7eb465d5dc
commit
638a279b64
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue