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 d3903c5 commit 99a6ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/weak_memory.rs
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 99a6ca4

Please sign in to comment.