mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-18 13:40:37 +00:00
Fix unused variable warning in ftruncate implementation
Co-Authored-By: christian@neon.tech <christian@neon.tech>
This commit is contained in:
@@ -204,7 +204,7 @@ impl Handle {
|
||||
pub async fn ftruncate<F: tokio_epoll_uring::IoFd + Send>(
|
||||
&self,
|
||||
file: F,
|
||||
len: u64,
|
||||
_len: u64,
|
||||
) -> (F, Result<(), tokio_epoll_uring::Error<std::io::Error>>) {
|
||||
let err = std::io::Error::new(
|
||||
std::io::ErrorKind::Other,
|
||||
|
||||
Reference in New Issue
Block a user