Skip to content

Commit 15a0746

Browse files
fix: Hide some doc test code
Co-authored-by: Raphael Taylor-Davies <[email protected]>
1 parent 7f44c48 commit 15a0746

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

object_store/src/aws/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,10 @@ impl Signer for AmazonS3 {
231231
///
232232
/// ```
233233
/// # async fn example() -> Result<(), Box<dyn std::error::Error>> {
234-
/// use object_store::{aws::AmazonS3Builder, path::Path, signer::Signer};
235-
/// use http::Method;
236-
/// use std::time::Duration;
237-
///
234+
/// # use object_store::{aws::AmazonS3Builder, path::Path, signer::Signer};
235+
/// # use http::Method;
236+
/// # use std::time::Duration;
237+
/// #
238238
/// let region = "us-east-1";
239239
/// let s3 = AmazonS3Builder::new()
240240
/// .with_region(region)

0 commit comments

Comments
 (0)