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

Make json an optional feature (default off) #652

Merged
merged 1 commit into from
Sep 27, 2019
Merged

Make json an optional feature (default off) #652

merged 1 commit into from
Sep 27, 2019

Conversation

nickelc
Copy link
Contributor

@nickelc nickelc commented Sep 27, 2019

Related to: #614

Copy link
Owner

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

src/async_impl/request.rs Show resolved Hide resolved
@@ -229,7 +235,9 @@ impl Response {
/// This method fails whenever the response body is not in JSON format
/// or it cannot be properly deserialized to target type `T`. For more
/// details please see [`serde_json::from_reader`].
///
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new line is required to fix the broken link

@seanmonstar seanmonstar merged commit 2439436 into seanmonstar:master Sep 27, 2019
@nickelc nickelc deleted the optional-json branch September 27, 2019 19:34
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.

2 participants