We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921e14d commit f8ead51Copy full SHA for f8ead51
multiboot2/src/lib.rs
@@ -224,7 +224,7 @@ impl BootInformation {
224
/// Search for the VBE framebuffer tag.
225
pub fn framebuffer_tag(&self) -> Option<FramebufferTag> {
226
self.get_tag(TagType::Framebuffer)
227
- .map(|tag| framebuffer::framebuffer_tag(tag))
+ .map(framebuffer::framebuffer_tag)
228
}
229
230
/// Search for the EFI 32-bit SDT tag.
0 commit comments