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

Remove len hint specialization #1841

Merged
merged 1 commit into from
Jun 21, 2020
Merged

Remove len hint specialization #1841

merged 1 commit into from
Jun 21, 2020

Conversation

dtolnay
Copy link
Member

@dtolnay dtolnay commented Jun 21, 2020

This started warning in the most recent nightly (2020-06-21).

warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes
  --> serde/src/lib.rs:92:43
   |
92 | #![cfg_attr(feature = "unstable", feature(specialization, never_type))]
   |                                           ^^^^^^^^^^^^^^
   |
   = note: `#[warn(incomplete_features)]` on by default
   = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information

Originally from #736.

@dtolnay dtolnay mentioned this pull request Jun 21, 2020
6 tasks
@dtolnay dtolnay merged commit 8ff11dc into serde-rs:master Jun 21, 2020
@dtolnay dtolnay deleted the lenhint branch June 21, 2020 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant