Skip to content

Commit

Permalink
Make StoreElement private
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed May 12, 2022
1 parent 56f9e75 commit 20f1a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/weak_memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub struct StoreBuffer {
}

#[derive(Debug, Clone, PartialEq, Eq)]
pub struct StoreElement {
struct StoreElement {
/// The identifier of the vector index, corresponding to a thread
/// that performed the store.
store_index: VectorIdx,
Expand Down

0 comments on commit 20f1a88

Please sign in to comment.