Skip to content

Commit

Permalink
Fix #[cfg()] typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lseelenbinder committed Feb 1, 2024
1 parent 8d87378 commit 629600d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub use header::{Compression, Header, TileType};
#[cfg(any(feature = "s3-async-rustls", feature = "s3-async-native"))]
pub use backend::S3Backend;

#[cfg(feature = "http-async")]
#[cfg(any(feature = "s3-async-rustls", feature = "s3-async-native"))]
pub use s3;

#[cfg(feature = "http-async")]
Expand Down

0 comments on commit 629600d

Please sign in to comment.