Skip to content

Commit e284d2c

Browse files
authored
Prevent compilation error with all cloud features but fs turned on (#412)
1 parent 1e4d256 commit e284d2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/parse.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ where
219219
builder_opts!(crate::http::HttpBuilder, url, _options)
220220
}
221221
#[cfg(not(all(
222+
feature = "fs",
222223
feature = "aws",
223224
feature = "azure",
224225
feature = "gcp",

0 commit comments

Comments
 (0)