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 e41610c commit d2cf66bCopy full SHA for d2cf66b
src/libcore/array.rs
@@ -66,7 +66,7 @@ pub struct TryFromSliceError(());
66
impl fmt::Display for TryFromSliceError {
67
#[inline]
68
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
69
- fmt::Display::fmt(self.__description())
+ fmt::Display::fmt(self.__description(), f)
70
}
71
72
0 commit comments