1use core::fmt::{self, Debug, Display, Formatter}; 2 3use crate::bint::{impls::fmt::fmt_impl, UInt}; 4 5fmt_impl!(UInt, U);