Skip to content

Commit f8ead51

Browse files
committed
multiboot2: clippy CI fix
1 parent 921e14d commit f8ead51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multiboot2/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)