Skip to content

Commit 94992cc

Browse files
committed
Fix whitespace.
1 parent a18b8f7 commit 94992cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/alloc/src/sync.rs

+1
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,7 @@ impl<T, A: Allocator> Arc<T, A> {
939939
))
940940
}
941941
}
942+
942943
/// Returns the inner value, if the `Arc` has exactly one strong reference.
943944
///
944945
/// Otherwise, an [`Err`] is returned with the same `Arc` that was

0 commit comments

Comments
 (0)