mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
- Fix build (removal of .eof() from Reader trait)
This commit is contained in:
parent
4f855fd96a
commit
9524ec8ded
1 changed files with 0 additions and 4 deletions
|
@ -139,10 +139,6 @@ impl Reader for NamedReader {
|
|||
}).inside(|| self.inner.read(buf)))
|
||||
|
||||
}
|
||||
|
||||
fn eof(&mut self) -> bool {
|
||||
self.inner.eof()
|
||||
}
|
||||
}
|
||||
|
||||
fn with_path<T>(path: &Path, cb: || -> T) -> T {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue