We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5ca14 commit a3b708bCopy full SHA for a3b708b
src/lib.rs
@@ -78,7 +78,7 @@ pub struct FixedBitSet {
78
79
// SAFETY: FixedBitset contains no thread-local state and can be safely sent between threads
80
unsafe impl Send for FixedBitSet {}
81
-// SAFETY: FixedBitset does not provide simultaneous unsynchronized mutable access to the
+// SAFETY: FixedBitset does not provide simultaneous unsynchronized mutable access to the
82
// underlying buffer.
83
unsafe impl Sync for FixedBitSet {}
84
0 commit comments