Skip to content

Commit e178bb6

Browse files
authored
Rollup merge of rust-lang#147732 - h3nryc0ding:master, r=chenyukang
remove duplicate inline macro
2 parents 55efa44 + 1de9b49 commit e178bb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/alloc/src/sync.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,6 @@ impl<T, A: Allocator> Arc<T, A> {
886886
/// let five = Arc::try_new_in(5, System)?;
887887
/// # Ok::<(), std::alloc::AllocError>(())
888888
/// ```
889-
#[inline]
890889
#[unstable(feature = "allocator_api", issue = "32838")]
891890
#[inline]
892891
pub fn try_new_in(data: T, alloc: A) -> Result<Arc<T, A>, AllocError> {

0 commit comments

Comments
 (0)