We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f9e75 commit 20f1a88Copy full SHA for 20f1a88
src/weak_memory.rs
@@ -88,7 +88,7 @@ pub struct StoreBuffer {
88
}
89
90
#[derive(Debug, Clone, PartialEq, Eq)]
91
-pub struct StoreElement {
+struct StoreElement {
92
/// The identifier of the vector index, corresponding to a thread
93
/// that performed the store.
94
store_index: VectorIdx,
0 commit comments