We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508a959 commit 2349184Copy full SHA for 2349184
rust/cardano-blockchain-types/src/point.rs
@@ -280,7 +280,8 @@ impl Point {
280
/// # Examples
281
///
282
/// ```
283
- /// use cardano_blockchain_types::{hashes::Blake2b256Hash, Point};
+ /// use cardano_blockchain_types::Point;
284
+ /// use catalyst_types::hashes::Blake2b256Hash;
285
286
/// let specific_point = Point::new(42.into(), [0; 32].into());
287
/// assert_eq!(
0 commit comments