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

meta: combine net and dns, use parking_lot #2951

Merged
merged 1 commit into from Oct 12, 2020
Merged

meta: combine net and dns, use parking_lot #2951

merged 1 commit into from Oct 12, 2020

Conversation

carllerche
Copy link
Member

This combines the dns and net feature flags. Previously, dns was
included as part of net. Given that is is rare that one would want
dns without net, DNS is now entirely gated w/ net.

The parking_lot feature is included as part of full.

Some misc docs are tweaked to reflect feature flag changes.

This combines the `dns` and `net` feature flags. Previously, `dns` was
included as part of `net`. Given that is is rare that one would want
`dns` without `net`, DNS is now entirely gated w/ `net`.

The `parking_lot` feature is included as part of `full`.

Some misc docs are tweaked to reflect feature flag changes.
@hawkw
Copy link
Member

hawkw commented Oct 12, 2020

Does this mean that it's no longer possible to opt out from dns while using other net APIs?
Edit: lol nevermind i see that this was always the case, and net always enabled dns. ignore me!

@carllerche carllerche merged commit 1923350 into master Oct 12, 2020
@carllerche carllerche deleted the doc-tweaks branch October 12, 2020 23:06
hawkw pushed a commit that referenced this pull request Nov 10, 2020
## Motivation

Some small cleanup items are apparent after merge of #2951

## Solution

Delete a now incorrect comment in Cargo.toml, and remove a now redundant CI test step.
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

3 participants