Skip to content

Commit

Permalink
Docs are not extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
edunham committed Nov 18, 2015
1 parent 530ff8d commit 12f4ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2_rust_metadata/manifest.py
Expand Up @@ -158,7 +158,7 @@ def print_rust_metadata():
for comp in sorted(c['components']):
# Only include alternative triples in extensions if it's a std or
# docs package, which we know by string compares on the name :(
include_exts = 'std' in comp or 'docs' in comp
include_exts = 'std' in comp
target_missing = False
# comp is like 'rustc', 'rust-docs', 'cargo'
# component came in on command line
Expand Down

0 comments on commit 12f4ceb

Please sign in to comment.