Skip to content

Commit e6dca21

Browse files
authored
Update boxed.rs
1 parent dbbe966 commit e6dca21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alloc/src/boxed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ impl<T> Box<T> {
207207
/// ```
208208
/// let five = Box::new(5);
209209
/// ```
210-
#[cfg(all(not(no_global_oom_handling)))]
210+
#[cfg(not(no_global_oom_handling))]
211211
#[inline(always)]
212212
#[stable(feature = "rust1", since = "1.0.0")]
213213
#[must_use]

0 commit comments

Comments
 (0)