mirror of
https://github.com/servo/servo.git
synced 2025-06-18 13:24:29 +00:00
This reverts the relevant bits from #21746 so that style and dependencies can build with stable. This is important because: * `selectors` is a published crate. * Gecko compiles with stable (more or less). I reviewed that PR under the assumption that the union feature was stable, since untagged unions are stable since 1.19, but turns out that smallvec uses non-Copy types in unions, which are still unstable. This leaves the union feature used on Servo, so that it gets testing, taking advantage of features being additive. |
||
---|---|---|
.. | ||
Cargo.toml | ||
lib.rs |