rust-bitcoin-unsafe-fast/units/src
Tobin C. Harding ebeb21fa7a
Import fmt::Write using underscore
When we use the `fmt::Write` trait it is just to call its methods, we
can therefore, without any change to the logic, use `as _` when
importing the trait. This prevents naming conflicts.

Done in preparation for importing the `io::Write` trait.
2023-12-12 11:48:29 +11:00
..
amount.rs Import fmt::Write using underscore 2023-12-12 11:48:29 +11:00
lib.rs Remove ToOwned from prelude 2023-12-12 08:55:03 +11:00