File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ pub enum FnAttribute<'a> {
8080
8181#[ cfg( feature="master" ) ]
8282impl < ' a > FnAttribute < ' a > {
83- fn get_value ( & self ) -> AttributeValue {
83+ fn get_value ( & self ) -> AttributeValue < ' _ > {
8484 match * self {
8585 FnAttribute :: Alias ( value) | FnAttribute :: ArmPcs ( value) | FnAttribute :: RiscvInterrupt ( value)
8686 | FnAttribute :: Target ( value) => AttributeValue :: String ( value) ,
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ pub enum VarAttribute {
5151
5252#[ cfg( feature="master" ) ]
5353impl VarAttribute {
54- fn get_value ( & self ) -> AttributeValue {
54+ fn get_value ( & self ) -> AttributeValue < ' _ > {
5555 match * self {
5656 Self :: Visibility ( visibility) => AttributeValue :: String ( visibility. as_str ( ) ) ,
5757 Self :: Weak => AttributeValue :: None ,
You can’t perform that action at this time.
0 commit comments