We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6d501 commit 030b51dCopy full SHA for 030b51d
multiboot2/src/framebuffer.rs
@@ -93,7 +93,7 @@ pub struct FramebufferColor {
93
94
/// Error when an unknown [`FramebufferTypeId`] is found.
95
#[derive(Debug, Copy, Clone, Display, PartialEq, Eq)]
96
-#[display(fmt = "Unknown framebuffer type _0")]
+#[display(fmt = "Unknown framebuffer type {}", _0)]
97
pub struct UnknownFramebufferType(u8);
98
99
#[cfg(feature = "unstable")]
0 commit comments