mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
auto merge of #4135 : murphm8/servo/mach_doc, r=SimonSapin
This should fix #4134
This commit is contained in:
commit
fafd3fd8ba
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class MachCommands(CommandBase):
|
||||||
description='Generate documentation',
|
description='Generate documentation',
|
||||||
category='post-build')
|
category='post-build')
|
||||||
@CommandArgument(
|
@CommandArgument(
|
||||||
'params', default=None, nargs='...',
|
'params', nargs='...',
|
||||||
help="Command-line arguments to be passed through to cargo doc")
|
help="Command-line arguments to be passed through to cargo doc")
|
||||||
def doc(self, params):
|
def doc(self, params):
|
||||||
self.ensure_bootstrapped()
|
self.ensure_bootstrapped()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue