Skip to content

Commit 44915cd

Browse files
committed
Get rid of not needed attributes
1 parent bd673ba commit 44915cd

File tree

1 file changed

+0
-2
lines changed
  • src/libstd/sys_common/parking_lot_core

1 file changed

+0
-2
lines changed

src/libstd/sys_common/parking_lot_core/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
//! For example, one could create an `ArcMutex` type that combines the atomic
3838
//! reference count and the two mutex bits in the same atomic word.
3939
40-
#![warn(missing_docs)]
41-
#![cfg_attr(target_os = "linux", feature(integer_atomics))]
4240

4341
mod parking_lot;
4442
mod spinwait;

0 commit comments

Comments
 (0)