bug 1568889: tools/lint: run rustfmt on geckodriver and webdriver; r=webdriver-reviewers,whimboo

Includes geckodriver and the webdriver crate in the rustfmt job
on Treeherder.

Enabling this does not cause any errors, but we are seeing 93 warnings.
These are not fatal and do not cause the job to fail in continuous
integration.

Differential Revision: https://phabricator.services.mozilla.com/D39368

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andreas Tolfsen 2019-07-26 11:18:08 +00:00
Родитель 407f908b2d
Коммит 439f43de87
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -3,6 +3,8 @@ rust:
description: Reformat rust description: Reformat rust
include: include:
- js/src/wasm/cranelift/ - js/src/wasm/cranelift/
- testing/geckodriver/
- testing/webdriver/
extensions: extensions:
- rs - rs
support-files: support-files: