File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
uefi-test-runner/src/proto Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ impl ComponentNameInterface for ScopedProtocol<ComponentName1> {
2828 boot:: open_protocol_exclusive :: < ComponentName1 > ( handle)
2929 }
3030
31- fn supported_languages ( & self ) -> core:: result:: Result < LanguageIter , LanguageError > {
31+ fn supported_languages ( & self ) -> core:: result:: Result < LanguageIter < ' _ > , LanguageError > {
3232 ( * * self ) . supported_languages ( )
3333 }
3434
@@ -51,7 +51,7 @@ impl ComponentNameInterface for ScopedProtocol<ComponentName2> {
5151 boot:: open_protocol_exclusive :: < ComponentName2 > ( handle)
5252 }
5353
54- fn supported_languages ( & self ) -> core:: result:: Result < LanguageIter , LanguageError > {
54+ fn supported_languages ( & self ) -> core:: result:: Result < LanguageIter < ' _ > , LanguageError > {
5555 ( * * self ) . supported_languages ( )
5656 }
5757
@@ -74,7 +74,7 @@ impl ComponentNameInterface for ComponentName {
7474 Self :: open ( handle)
7575 }
7676
77- fn supported_languages ( & self ) -> core:: result:: Result < LanguageIter , LanguageError > {
77+ fn supported_languages ( & self ) -> core:: result:: Result < LanguageIter < ' _ > , LanguageError > {
7878 self . supported_languages ( )
7979 }
8080
You can’t perform that action at this time.
0 commit comments