1
0
Fork 0
mirror of synced 2025-09-23 20:28:36 +00:00

remove commented out impl

This commit is contained in:
schaeff 2019-08-27 16:28:24 +02:00
parent 08bc0dbf76
commit fd69f75e4a

View file

@ -29,12 +29,3 @@ impl<'ast> fmt::Debug for Parameter<'ast> {
write!(f, "Parameter(variable: {:?})", self.id)
}
}
// impl<'ast> From<absy::Parameter<'ast>> for Parameter<'ast> {
// fn from(p: absy::Parameter<'ast>) -> Parameter {
// Parameter {
// private: p.private,
// id: p.id.value.into(),
// }
// }
// }