Closed Bug 1646546 Opened 5 years ago Closed 5 years ago

Port the style crate to rust 2018.

Categories

(Core :: CSS Parsing and Computation, task)

task

Tracking

()

RESOLVED FIXED
mozilla79
Tracking Status
firefox79 --- fixed

People

(Reporter: emilio, Assigned: emilio)

References

Details

Attachments

(3 files)

No description provided.

Fully automated via:

$ rg -l '.try(' | xargs sed -i 's/.try(/.try_parse(/g'
$ cd servo/components/style && cargo +nightly fmt

Pushed by ealvarez@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/7ccafb150a36 Switch all callsites of try() to try_parse() in the style crate. r=boris https://hg.mozilla.org/integration/autoland/rev/92eafca38a76 Fix some manual occurrences of try(). r=boris https://hg.mozilla.org/integration/autoland/rev/2afab7c7a408 Port the style crate to rust 2018. r=boris
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: