Skip to content

Commit 74f5919

Browse files
committed
Remove unneeded attribute for FileDesc.
1 parent 97f58c3 commit 74f5919

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/sys/unix/fd.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ impl AsInner<c_int> for FileDesc {
291291
}
292292
}
293293

294-
#[cfg(not(target_os = "freertos"))]
295294
impl Drop for FileDesc {
296295
fn drop(&mut self) {
297296
// Note that errors are ignored when closing a file descriptor. The

0 commit comments

Comments
 (0)