From 4547b622d8d29df964fa2914213088b148c498fc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:18:32 +0200 Subject: Merging upstream version 1.67.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/io-lifetimes/src/impls_os_pipe.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vendor/io-lifetimes/src/impls_os_pipe.rs') diff --git a/vendor/io-lifetimes/src/impls_os_pipe.rs b/vendor/io-lifetimes/src/impls_os_pipe.rs index e0544873e..4c1d1bf67 100644 --- a/vendor/io-lifetimes/src/impls_os_pipe.rs +++ b/vendor/io-lifetimes/src/impls_os_pipe.rs @@ -2,7 +2,6 @@ //! future, we'll prefer to have crates provide their own impls; this is //! just a temporary measure. -use crate::views::FilelikeViewType; #[cfg(any(unix, target_os = "wasi"))] use crate::{AsFd, BorrowedFd, FromFd, IntoFd, OwnedFd}; #[cfg(windows)] @@ -14,8 +13,6 @@ use std::os::wasi::io::{AsRawFd, FromRawFd, IntoRawFd}; #[cfg(windows)] use std::os::windows::io::{AsRawHandle, FromRawHandle, IntoRawHandle}; -unsafe impl FilelikeViewType for os_pipe::PipeReader {} - #[cfg(any(unix, target_os = "wasi"))] impl AsFd for os_pipe::PipeReader { #[inline] @@ -96,8 +93,6 @@ impl From for os_pipe::PipeReader { } } -unsafe impl FilelikeViewType for os_pipe::PipeWriter {} - #[cfg(any(unix, target_os = "wasi"))] impl AsFd for os_pipe::PipeWriter { #[inline] -- cgit v1.2.3