This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #256 from kichristensen/ImproveMacros
Improve Core macros
- Loading branch information
Showing
15 changed files
with
17 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
azure_sdk_storage_blob/src/blob/responses/acquire_blob_lease_response.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
azure_sdk_storage_blob/src/blob/responses/break_blob_lease_response.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
use azure_sdk_core::errors::AzureError; | ||
use azure_sdk_core::RequestId; | ||
use chrono::{DateTime, Utc}; | ||
|
||
|
1 change: 0 additions & 1 deletion
1
azure_sdk_storage_blob/src/blob/responses/change_blob_lease_response.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
azure_sdk_storage_blob/src/blob/responses/clear_page_response.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
use azure_sdk_core::errors::AzureError; | ||
use azure_sdk_core::RequestId; | ||
use chrono::{DateTime, Utc}; | ||
|
||
|
1 change: 0 additions & 1 deletion
1
azure_sdk_storage_blob/src/blob/responses/delete_blob_response.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
use azure_sdk_core::errors::AzureError; | ||
use azure_sdk_core::RequestId; | ||
use chrono::{DateTime, Utc}; | ||
|
||
|
1 change: 0 additions & 1 deletion
1
azure_sdk_storage_blob/src/blob/responses/release_blob_lease_response.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
use azure_sdk_core::errors::AzureError; | ||
use azure_sdk_core::RequestId; | ||
use chrono::{DateTime, Utc}; | ||
|
||
|
1 change: 0 additions & 1 deletion
1
azure_sdk_storage_blob/src/blob/responses/renew_blob_lease_response.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
azure_sdk_storage_blob/src/container/responses/acquire_lease_response.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
azure_sdk_storage_blob/src/container/responses/break_lease_response.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
use azure_sdk_core::errors::AzureError; | ||
use azure_sdk_core::RequestId; | ||
use chrono::{DateTime, Utc}; | ||
|
||
|
1 change: 0 additions & 1 deletion
1
azure_sdk_storage_blob/src/container/responses/release_lease_response.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
use azure_sdk_core::errors::AzureError; | ||
use azure_sdk_core::RequestId; | ||
use chrono::{DateTime, Utc}; | ||
|
||
|