Skip to content

Commit 1bfa935

Browse files
committed
minor
1 parent 0ba551a commit 1bfa935

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

crates/iceberg/src/io/storage.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
// under the License.
1717

1818
use std::fmt::Debug;
19-
#[cfg(any(
20-
feature = "storage-s3",
21-
feature = "storage-gcs",
22-
feature = "storage-oss",
23-
feature = "storage-azdls",
24-
))]
2519
use std::sync::Arc;
2620

2721
use async_trait::async_trait;
@@ -64,11 +58,6 @@ use crate::{Error, ErrorKind, Result};
6458
/// # Example
6559
///
6660
/// ```rust,ignore
67-
/// use async_trait::async_trait;
68-
/// use bytes::Bytes;
69-
/// use iceberg::io::{FileMetadata, FileRead, FileWrite, InputFile, OutputFile, Storage};
70-
/// use iceberg::Result;
71-
///
7261
/// #[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
7362
/// struct MyStorage {
7463
/// // custom fields

0 commit comments

Comments
 (0)