]> git.proxmox.com Git - cargo.git/commit
Remove generic infrastrucure for printing json
authorAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 30 Jan 2017 19:53:05 +0000 (22:53 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 30 Jan 2017 19:53:05 +0000 (22:53 +0300)
commit0c7e73c22c2b6393f19111d8dcea79f30d19153c
tree3c4b5d52134385479b57fe68c74c1f86d2f6f646
parentff3b833c2e98819786f3c1771f70e51cd7342a32
Remove generic infrastrucure for printing json

 Only a couple of command really use this features, so it's clearer just to print json right on the spot rather then return it though the call stack.
34 files changed:
src/bin/bench.rs
src/bin/build.rs
src/bin/cargo.rs
src/bin/check.rs
src/bin/clean.rs
src/bin/doc.rs
src/bin/fetch.rs
src/bin/generate_lockfile.rs
src/bin/git_checkout.rs
src/bin/help.rs
src/bin/init.rs
src/bin/install.rs
src/bin/locate_project.rs
src/bin/login.rs
src/bin/metadata.rs
src/bin/new.rs
src/bin/owner.rs
src/bin/package.rs
src/bin/pkgid.rs
src/bin/publish.rs
src/bin/read_manifest.rs
src/bin/run.rs
src/bin/rustc.rs
src/bin/rustdoc.rs
src/bin/search.rs
src/bin/test.rs
src/bin/uninstall.rs
src/bin/update.rs
src/bin/verify_project.rs
src/bin/version.rs
src/bin/yank.rs
src/cargo/lib.rs
src/cargo/util/errors.rs
tests/version.rs