auto merge of #4135 : murphm8/servo/mach_doc, r=SimonSapin

This should fix  #4134
This commit is contained in:
bors-servo 2014-11-28 08:54:45 -07:00
commit fafd3fd8ba

View file

@ -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()