mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1432222 - Actually default cargo check to gkrust when invoked without any crate arguments. r=froydnj
MozReview-Commit-ID: JIgippNiBP --HG-- extra : rebase_source : 256682c3664ac14ddb7a7cf5cf0089e8612ac022
This commit is contained in:
parent
c59f2d5676
commit
a2063aef65
@ -286,7 +286,7 @@ class CargoProvider(MachCommandBase):
|
||||
'geckodriver': 'testing/geckodriver',
|
||||
}
|
||||
|
||||
if crates == None:
|
||||
if crates == None or crates == []:
|
||||
crates = ['gkrust']
|
||||
|
||||
for crate in crates:
|
||||
|
Loading…
Reference in New Issue
Block a user