You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reverts commit a8f3529.
Nightly builds like https://travis-ci.org/servo/rust-cssparser/jobs/100079015
regularly get broken because on of serde’s dependencies needs to be updated
for changes in unstable Rust APIs.
This has so far never been an issue in cssparer itself, which only has
`#[derive]` attributes.
Do something similar to #85 (comment) for every optional features.
The text was updated successfully, but these errors were encountered: