remove inlining
This commit is contained in:
@@ -24,7 +24,6 @@ impl FromStr for Ending {
|
||||
}
|
||||
|
||||
impl fmt::Display for Ending {
|
||||
#[inline]
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
write!(f,"END {}\n{}", self.id, self.dialogue)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user