Skip to content

Commit 20f1a88

Browse files
committed
Make StoreElement private
1 parent 56f9e75 commit 20f1a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/weak_memory.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pub struct StoreBuffer {
8888
}
8989

9090
#[derive(Debug, Clone, PartialEq, Eq)]
91-
pub struct StoreElement {
91+
struct StoreElement {
9292
/// The identifier of the vector index, corresponding to a thread
9393
/// that performed the store.
9494
store_index: VectorIdx,

0 commit comments

Comments
 (0)