Fix docs.

This commit is contained in:
Josh Matthews 2019-06-03 01:47:22 -04:00
parent 193013f6bb
commit 8467c00cf3

View file

@ -264,6 +264,8 @@ class PostBuildCommands(CommandBase):
else:
copy2(full_name, destination)
params += ["--features", "azure_backend"]
returncode = self.call_rustup_run(
["cargo", "doc", "--manifest-path", self.ports_glutin_manifest()] + params,
env=self.build_env())