mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Elide the arena lifetimes that the signatures do not need
This commit is contained in:
@@ -257,7 +257,7 @@ macro_rules! wire_value {
|
||||
impl $crate::attribute::WireValue for $value {
|
||||
type Row = $value;
|
||||
|
||||
fn park<'e>(self, _: &'e $crate::arena::Arena) -> ::core::option::Option<$value> {
|
||||
fn park(self, _: &$crate::arena::Arena) -> ::core::option::Option<$value> {
|
||||
::core::option::Option::Some(self)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user