Fix warning
This commit is contained in:
parent
c4ceb686c4
commit
a24e4c5d8d
|
@ -203,7 +203,7 @@ impl<'a> Parameter<'a> {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl types::Type {
|
impl types::Type {
|
||||||
fn to_parameter<'a>(&'a self) -> Parameter<'a> {
|
fn to_parameter(&self) -> Parameter<'_> {
|
||||||
Parameter::new(self)
|
Parameter::new(self)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user