]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
authornils <48135649+Nilstrieb@users.noreply.github.com>
Wed, 11 Jan 2023 16:30:56 +0000 (17:30 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Jan 2023 16:30:56 +0000 (17:30 +0100)
commit9a820f7397d26efd75184abddf25f4fb2e5ebf37
tree6aa87fa85434f55b43792f5ef091005a9516a941
parent6e0c404f769ae93254dacc37338e05e07e659148
parentf7bc68bb4edd1974f7c4aa6113902132429c00e8
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper

Remove unnecessary lseek syscall when using std::fs::read

Fixes #106597
r? ```@bjorn3```