Skip to content

Commit 1eb439a

Browse files
authored
Update sync.rs
1 parent 9d38ce3 commit 1eb439a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/sync.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ impl<T> Arc<T> {
489489
pub fn pin(data: T) -> Pin<Arc<T>> {
490490
unsafe { Pin::new_unchecked(Arc::new(data)) }
491491
}
492-
492+
493493
/// Constructs a new `Pin<Arc<T>>, return an error if allocation fails.
494494
#[unstable(feature = "allocator_api", issue = "32838")]
495495
#[inline]

0 commit comments

Comments
 (0)