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

Hide tokio_postgres::client::SocketConfig behind "runtime" feature #886

Merged
merged 1 commit into from Apr 16, 2022

Conversation

funbringer
Copy link
Contributor

This fixes warnings reported by rust 1.60 when doing the following:

$ cargo test --manifest-path tokio-postgres/Cargo.toml --no-default-features

funbringer added a commit to neondatabase/rust-postgres that referenced this pull request Apr 15, 2022
This fixes warnings reported by rust 1.60 when doing the following:

```shell
$ cargo test --manifest-path tokio-postgres/Cargo.toml --no-default-features
```

Upstream PR: sfackler#886
@sfackler
Copy link
Owner

Build failure is fixed on master if you rebase.

This fixes warnings reported by rust 1.60 when doing the following:

```shell
$ cargo test --manifest-path tokio-postgres/Cargo.toml --no-default-features
```
@sfackler sfackler merged commit 024794a into sfackler:master Apr 16, 2022
@sfackler
Copy link
Owner

Thanks!

@funbringer funbringer deleted the funbringer/fix-some-warnings branch April 16, 2022 16:33
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.

None yet

2 participants