File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1313 build :
1414
1515 runs-on : ubuntu-latest
16-
16+ strategy :
17+ matrix :
18+ rust :
19+ - stable
20+ - nightly
21+ - 1.52.1 # MSVR
1722 steps :
1823 - uses : actions/checkout@v2
1924 - name : Build
2631 style_checks :
2732
2833 runs-on : ubuntu-latest
34+ strategy :
35+ matrix :
36+ rust :
37+ - stable
2938
3039 steps :
3140 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ impl BootInformation {
224224 /// Search for the VBE framebuffer tag.
225225 pub fn framebuffer_tag ( & self ) -> Option < FramebufferTag > {
226226 self . get_tag ( TagType :: Framebuffer )
227- . map ( |tag| framebuffer:: framebuffer_tag ( tag ) )
227+ . map ( framebuffer:: framebuffer_tag)
228228 }
229229
230230 /// Search for the EFI 32-bit SDT tag.
You can’t perform that action at this time.
0 commit comments