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 13
13
build :
14
14
15
15
runs-on : ubuntu-latest
16
-
16
+ strategy :
17
+ matrix :
18
+ rust :
19
+ - stable
20
+ - nightly
21
+ - 1.52.1 # MSVR
17
22
steps :
18
23
- uses : actions/checkout@v2
19
24
- name : Build
26
31
style_checks :
27
32
28
33
runs-on : ubuntu-latest
34
+ strategy :
35
+ matrix :
36
+ rust :
37
+ - stable
29
38
30
39
steps :
31
40
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ impl BootInformation {
224
224
/// Search for the VBE framebuffer tag.
225
225
pub fn framebuffer_tag ( & self ) -> Option < FramebufferTag > {
226
226
self . get_tag ( TagType :: Framebuffer )
227
- . map ( |tag| framebuffer:: framebuffer_tag ( tag ) )
227
+ . map ( framebuffer:: framebuffer_tag)
228
228
}
229
229
230
230
/// Search for the EFI 32-bit SDT tag.
You can’t perform that action at this time.
0 commit comments