gecko-dev/servo/components/to_shmem
Emilio Cobos Álvarez 32ea1e021b Bug 1842221 - Simplify ThinArc and friends. r=boris
ThinArc is way more complex than it needs to be, and miri complains
about various things when using the selectors crate with it.

This doesn't fully fix miri, but it gets much closer. ThinArc becomes
just an alias for Arc<HeaderSlice<>>. This allows to simplify the
bindings to ArcSlice too, since now the existing Arc<> code can just be
used.

Differential Revision: https://phabricator.services.mozilla.com/D183011
2023-07-12 07:17:25 +00:00
..
Cargo.toml Bug 1830369 - [css-nesting] Update cssparser to allow parsing qualified rules along with declarations. r=tlouw,supply-chain-reviewers 2023-04-29 18:21:25 +00:00
lib.rs Bug 1842221 - Simplify ThinArc and friends. r=boris 2023-07-12 07:17:25 +00:00