This commit is contained in:
Christian Schwarz
2023-12-11 17:19:17 +00:00
parent c4ddc6abaf
commit 0bcdd0ea7e

View File

@@ -689,7 +689,7 @@ impl AsRef<OwnedFd> for FileGuard<'static> {
}
}
impl<'a> FileGuard<'a> {
impl FileGuard<'static> {
// TODO: switch to tokio-epoll-uring native operations.
#[deprecated]
fn with_std_file<F, R>(&mut self, with: F) -> R