remove commented out impl
This commit is contained in:
parent
08bc0dbf76
commit
fd69f75e4a
1 changed files with 0 additions and 9 deletions
|
@ -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(),
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
|
Loading…
Reference in a new issue