units: Move code comment to correct imports

This comment is meant to be on top of the `bitcoin_units` imports.
This commit is contained in:
Tobin C. Harding 2024-12-30 12:11:18 +11:00
parent b0ec566742
commit aaa20fc098
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -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,