mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-18 13:40:37 +00:00
the fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user