Skip to content

Commit

Permalink
Move trait implementation to correct location for Rust client (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
danenbm authored Feb 1, 2024
1 parent cb043fe commit 1763672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clients/rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ pub const MAX_EDITION_MARKER_SIZE: usize = 32;

/// Number of bits used by a edition marker.
pub const EDITION_MARKER_BIT_SIZE: u64 = 248;

impl Copy for types::Key {}
4 changes: 4 additions & 0 deletions clients/rust/src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,7 @@ impl UpdateArgs {
}
}
}

// Key

impl Copy for Key {}

0 comments on commit 1763672

Please sign in to comment.