From aaa20fc098d480f53328736843643e0583c61d17 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Mon, 30 Dec 2024 12:11:18 +1100 Subject: [PATCH] units: Move code comment to correct imports This comment is meant to be on top of the `bitcoin_units` imports. --- units/tests/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/tests/api.rs b/units/tests/api.rs index 647e29903..2ae373c2f 100644 --- a/units/tests/api.rs +++ b/units/tests/api.rs @@ -21,9 +21,9 @@ #![allow(dead_code)] #![allow(unused_imports)] -// These imports test "typical" usage by user code. #[cfg(feature = "arbitrary")] use arbitrary::{Arbitrary, Unstructured}; +// These imports test "typical" usage by user code. use bitcoin_units::locktime::{absolute, relative}; // Typical usage is `absolute::Height`. use bitcoin_units::{ amount, block, fee_rate, locktime, parse, weight, Amount, BlockHeight, BlockInterval, FeeRate,