Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add azurite_workaround feature to storage_blobs #636

Merged
merged 1 commit into from
Jan 26, 2022

Conversation

archoversight
Copy link
Contributor

This was missing from Cargo.toml, yet the feature is defined in the
code.

% rg azurite_workaround
Cargo.toml
44:azurite_workaround = []

src/blob/mod.rs
34:#[cfg(feature = "azurite_workaround")]
127:    #[cfg(not(feature = "azurite_workaround"))]
131:    #[cfg(feature = "azurite_workaround")]
202:        #[cfg(not(feature = "azurite_workaround"))]
213:        #[cfg(feature = "azurite_workaround")]

src/blob/responses/delete_blob_response.rs
5:#[cfg(not(feature = "azurite_workaround"))]
12:#[cfg(feature = "azurite_workaround")]

This was missing from Cargo.toml, yet the feature is defined in the
code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants