Skip to content

Commit c179d7b

Browse files
authored
style: revert #2344 as the issue has been fixed (#2365)
1 parent 2bc9717 commit c179d7b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/sys/statfs.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ type fs_type_t = libc::c_int;
7171
type fs_type_t = libc::__fsword_t;
7272

7373
/// Describes the file system type as known by the operating system.
74-
// false positive, see: https://github.com/rust-lang/rust-clippy/issues/12537
75-
#[allow(clippy::duplicated_attributes)]
7674
#[cfg(any(
7775
target_os = "freebsd",
7876
target_os = "android",

src/sys/time.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ const fn zero_init_timespec() -> timespec {
1212
unsafe { std::mem::transmute([0u8; std::mem::size_of::<timespec>()]) }
1313
}
1414

15-
// false positive, see: https://github.com/rust-lang/rust-clippy/issues/12537
16-
#[allow(clippy::duplicated_attributes)]
1715
#[cfg(any(
1816
all(feature = "time", any(target_os = "android", target_os = "linux")),
1917
all(

0 commit comments

Comments
 (0)