Auto merge of #29904 - Zoxc:ar_json, r=alexcrichton

This allows targets to drop the dependency on AR.
This commit is contained in:
bors 2015-11-18 07:13:39 +00:00
commit 1715f1cf7f

View File

@ -351,6 +351,7 @@ impl Target {
key!(no_default_libraries, bool);
key!(pre_link_args, list);
key!(post_link_args, list);
key!(archive_format);
key!(allow_asm, bool);
key!(custom_unwind_resume, bool);