mirror of
https://github.com/openharmony/third_party_rust_io-lifetimes.git
synced 2026-07-01 21:04:05 -04:00
Remove obsolete TODOs.
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
//! On Unix, "everything is a file descriptor". On Windows, file/pipe/process
|
||||
//! handles are distinct from socket descriptors. This file provides a minimal
|
||||
//! layer of portability over this difference.
|
||||
//!
|
||||
//! TODO: Should this layer be folded into types.rs/traits.rs?
|
||||
|
||||
use crate::views::{FilelikeView, FilelikeViewType, SocketlikeView, SocketlikeViewType};
|
||||
#[cfg(any(unix, target_os = "wasi"))]
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
//! On Unix, "everything is a file descriptor". On Windows, file/pipe/process
|
||||
//! handles are distinct from socket descriptors. This file provides a minimal
|
||||
//! layer of portability over this difference.
|
||||
//!
|
||||
//! TODO: Should this layer be folded into types.rs/traits.rs?
|
||||
|
||||
#[cfg(unix)]
|
||||
use std::os::unix::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
|
||||
|
||||
Reference in New Issue
Block a user