servo/components/style/counter_style
Emilio Cobos Álvarez 685e749cfc
style: Switch all callsites of try() to try_parse() in the style crate.
Fully automated via:

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

Differential Revision: https://phabricator.services.mozilla.com/D80099
2020-06-18 23:51:14 +02:00
..
mod.rs style: Switch all callsites of try() to try_parse() in the style crate. 2020-06-18 23:51:14 +02:00
predefined.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
update_predefined.py Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00