Skip to content

Commit 8702bc9

Browse files
committed
Formatting
1 parent edbe331 commit 8702bc9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/arraytraits.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -433,11 +433,7 @@ where
433433
{
434434
}
435435

436-
unsafe impl<A,D> Sync for ArrayRef<A,D>
437-
where
438-
A: Sync,
439-
{
440-
}
436+
unsafe impl<A, D> Sync for ArrayRef<A, D> where A: Sync {}
441437

442438
#[cfg(feature = "serde")]
443439
#[cfg_attr(docsrs, doc(cfg(feature = "serde")))]

0 commit comments

Comments
 (0)