Skip to content

Commit 44cc393

Browse files
committed
fix(docs): add derives to Point example so Haskell output is accurate
1 parent 81dee07 commit 44cc393

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hsrs/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
//! # Example
99
//!
1010
//! ```rust,ignore
11+
//! #[derive(Debug, PartialEq)]
1112
//! #[hsrs::value_type]
1213
//! pub struct Point {
1314
//! pub x: i32,

0 commit comments

Comments
 (0)