Skip to content

Commit a3b708b

Browse files
committed
Formatting
1 parent 0e5ca14 commit a3b708b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub struct FixedBitSet {
7878

7979
// SAFETY: FixedBitset contains no thread-local state and can be safely sent between threads
8080
unsafe impl Send for FixedBitSet {}
81-
// SAFETY: FixedBitset does not provide simultaneous unsynchronized mutable access to the
81+
// SAFETY: FixedBitset does not provide simultaneous unsynchronized mutable access to the
8282
// underlying buffer.
8383
unsafe impl Sync for FixedBitSet {}
8484

0 commit comments

Comments
 (0)