mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
tail: remove ?Sized
This commit is contained in:
@@ -578,7 +578,7 @@ fn unbounded_tail<T: Read>(reader: &mut BufReader<T>, settings: &Settings) -> UR
|
||||
// Print the target section of the file
|
||||
fn print_target_section<
|
||||
#[cfg(any(target_os = "linux", target_os = "android"))] R: Read + rustix::fd::AsFd,
|
||||
#[cfg(not(any(target_os = "linux", target_os = "android")))] R: Read + ?Sized,
|
||||
#[cfg(not(any(target_os = "linux", target_os = "android")))] R: Read,
|
||||
>(
|
||||
file: &mut R,
|
||||
limit: Option<u64>,
|
||||
|
||||
Reference in New Issue
Block a user