зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1638951 - Run `mach cargo` with Python 3 r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D75999
This commit is contained in:
Родитель
5c9b8bef77
Коммит
aefac46494
1
mach
1
mach
|
@ -14,7 +14,6 @@ py2commands="
|
|||
android
|
||||
awsy-test
|
||||
browsertime
|
||||
cargo
|
||||
check-spidermonkey
|
||||
clang-format
|
||||
cppunittest
|
||||
|
|
|
@ -108,8 +108,7 @@ class CargoProvider(MachCommandBase):
|
|||
@Command('cargo', category='build',
|
||||
description='Invoke cargo in useful ways.')
|
||||
def cargo(self):
|
||||
self.parser.print_usage()
|
||||
return 1
|
||||
pass
|
||||
|
||||
@SubCommand('cargo', 'check',
|
||||
description='Run `cargo check` on a given crate. Defaults to gkrust.')
|
||||
|
|
Загрузка…
Ссылка в новой задаче