Details
Details
- Reviewers
emilio - Commits
- Restricted Diffusion Commit
rMOZILLACENTRAL84a728ecbaa4: Bug 1504034 - Part 1: Make quotes property representation allocate less r=emilio - Bugzilla Bug ID
- 1504034
Diff Detail
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
r=me with that, maybe, and / or with a followup to change a few / a bunch of our types to use that :)
| servo/components/style/values/specified/list.rs | ||
|---|---|---|
| 92 | Should be possible to use Arc<[QuotePair]> directly these days, using: Arc::from(quotes.into_boxed_slice()) See https://github.com/rust-lang/rfcs/blob/master/text/1845-shared-from-slice.md | |
| servo/components/style/values/specified/list.rs | ||
|---|---|---|
| 92 | Filed bug 1504571. | |