We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8671834 commit ffb8fb9Copy full SHA for ffb8fb9
1 file changed
src/vendor/kamino/fraction.rs
@@ -294,6 +294,7 @@ impl TryFrom<U256> for U128 {
294
}
295
296
297
+#[allow(dead_code)]
298
pub struct FractionDisplay<'a>(&'a Fraction);
299
300
impl Display for FractionDisplay<'_> {
0 commit comments