fix clippy

Signed-off-by: Yuchen Liang <yuchen@neon.tech>
This commit is contained in:
Yuchen Liang
2024-11-11 21:33:33 +00:00
parent e0848c28d9
commit e5bb85d407

View File

@@ -17,9 +17,9 @@ use pageserver_api::shard::TenantShardId;
use tokio_epoll_uring::{BoundedBuf, Slice};
use tracing::error;
use std::io;
use std::sync::atomic::AtomicU64;
use std::sync::Arc;
use std::{io, u64};
use utils::id::TimelineId;
pub struct EphemeralFile {