Skip to content

Commit 2349184

Browse files
committed
fix(cardano-blockchain-types): doctest
Signed-off-by: bkioshn <[email protected]>
1 parent 508a959 commit 2349184

File tree

1 file changed

+2
-1
lines changed
  • rust/cardano-blockchain-types/src

1 file changed

+2
-1
lines changed

rust/cardano-blockchain-types/src/point.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@ impl Point {
280280
/// # Examples
281281
///
282282
/// ```
283-
/// use cardano_blockchain_types::{hashes::Blake2b256Hash, Point};
283+
/// use cardano_blockchain_types::Point;
284+
/// use catalyst_types::hashes::Blake2b256Hash;
284285
///
285286
/// let specific_point = Point::new(42.into(), [0; 32].into());
286287
/// assert_eq!(

0 commit comments

Comments
 (0)