diff --git a/pageserver/src/virtual_file/open_options.rs b/pageserver/src/virtual_file/open_options.rs index e2d17445a7..7401016321 100644 --- a/pageserver/src/virtual_file/open_options.rs +++ b/pageserver/src/virtual_file/open_options.rs @@ -1,5 +1,3 @@ -//! Enum-dispatch to the `OpenOptions` type of the respective [`super::IoEngineKind`]; - use std::path::Path; #[derive(Debug, Clone)]