remove unused thing

This commit is contained in:
Max Bradbury 2020-10-17 13:52:07 +01:00
parent 59fc76a2d4
commit 8068177736
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
use crate::Position;
use std::str::FromStr;
use std::error::Error;
use std::fmt;
use std::fmt::{Display, Formatter};
@ -58,8 +57,6 @@ pub struct Exit {
pub effect: Transition,
}
impl Error for Exit {}
impl FromStr for Exit {
type Err = String;