]> git.proxmox.com Git - cargo.git/commit - tests/testsuite/out_dir.rs
Format with `cargo fmt`
authorAlex Crichton <alex@alexcrichton.com>
Sat, 8 Dec 2018 11:19:47 +0000 (03:19 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 8 Dec 2018 11:19:47 +0000 (03:19 -0800)
commitfecb72464328846dacd0ff8252d105b7818733ab
treebef55bd2bb199f83362cc08e2f8b7cbb9b9fd5ef
parent41a7e150fcd6191afec6425cb024ccae60d71cd2
Format with `cargo fmt`
124 files changed:
src/bin/cargo/commands/fix.rs
src/bin/cargo/commands/locate_project.rs
src/bin/cargo/commands/mod.rs
src/bin/cargo/commands/new.rs
src/bin/cargo/commands/owner.rs
src/bin/cargo/commands/package.rs
src/bin/cargo/commands/search.rs
src/bin/cargo/commands/test.rs
src/bin/cargo/main.rs
src/cargo/core/compiler/build_plan.rs
src/cargo/core/features.rs
src/cargo/core/mod.rs
src/cargo/core/resolver/context.rs
src/cargo/core/resolver/errors.rs
src/cargo/lib.rs
src/cargo/ops/cargo_compile.rs
src/cargo/ops/cargo_fetch.rs
src/cargo/ops/cargo_run.rs
src/cargo/ops/mod.rs
src/cargo/ops/registry.rs
src/cargo/sources/git/mod.rs
src/cargo/sources/git/source.rs
src/cargo/sources/git/utils.rs
src/cargo/sources/registry/local.rs
src/cargo/util/cfg.rs
src/cargo/util/command_prelude.rs
src/cargo/util/config.rs
src/cargo/util/dependency_queue.rs
src/cargo/util/diagnostic_server.rs
src/cargo/util/errors.rs
src/cargo/util/flock.rs
src/cargo/util/important_paths.rs
src/cargo/util/job.rs
src/cargo/util/lockserver.rs
src/cargo/util/mod.rs
src/cargo/util/network.rs
src/cargo/util/paths.rs
src/cargo/util/process_builder.rs
src/cargo/util/profile.rs
src/cargo/util/progress.rs
src/cargo/util/rustc.rs
src/cargo/util/to_semver.rs
src/cargo/util/toml/mod.rs
src/cargo/util/vcs.rs
tests/testsuite/alt_registry.rs
tests/testsuite/bad_config.rs
tests/testsuite/bad_manifest_path.rs
tests/testsuite/bench.rs
tests/testsuite/build.rs
tests/testsuite/build_auth.rs
tests/testsuite/build_lib.rs
tests/testsuite/build_plan.rs
tests/testsuite/build_script.rs
tests/testsuite/build_script_env.rs
tests/testsuite/cargo_alias_config.rs
tests/testsuite/cargo_command.rs
tests/testsuite/cargo_features.rs
tests/testsuite/cfg.rs
tests/testsuite/check.rs
tests/testsuite/clean.rs
tests/testsuite/collisions.rs
tests/testsuite/concurrent.rs
tests/testsuite/config.rs
tests/testsuite/corrupt_git.rs
tests/testsuite/cross_compile.rs
tests/testsuite/cross_publish.rs
tests/testsuite/custom_target.rs
tests/testsuite/death.rs
tests/testsuite/dep_info.rs
tests/testsuite/directory.rs
tests/testsuite/doc.rs
tests/testsuite/edition.rs
tests/testsuite/features.rs
tests/testsuite/fetch.rs
tests/testsuite/fix.rs
tests/testsuite/freshness.rs
tests/testsuite/generate_lockfile.rs
tests/testsuite/git.rs
tests/testsuite/init.rs
tests/testsuite/install.rs
tests/testsuite/jobserver.rs
tests/testsuite/local_registry.rs
tests/testsuite/lockfile_compat.rs
tests/testsuite/login.rs
tests/testsuite/main.rs
tests/testsuite/metabuild.rs
tests/testsuite/metadata.rs
tests/testsuite/net_config.rs
tests/testsuite/new.rs
tests/testsuite/out_dir.rs
tests/testsuite/overrides.rs
tests/testsuite/package.rs
tests/testsuite/patch.rs
tests/testsuite/path.rs
tests/testsuite/plugins.rs
tests/testsuite/proc_macro.rs
tests/testsuite/profile_config.rs
tests/testsuite/profile_overrides.rs
tests/testsuite/profile_targets.rs
tests/testsuite/profiles.rs
tests/testsuite/publish.rs
tests/testsuite/read_manifest.rs
tests/testsuite/registry.rs
tests/testsuite/rename_deps.rs
tests/testsuite/required_features.rs
tests/testsuite/resolve.rs
tests/testsuite/run.rs
tests/testsuite/rustc.rs
tests/testsuite/rustc_info_cache.rs
tests/testsuite/rustdoc.rs
tests/testsuite/rustdocflags.rs
tests/testsuite/rustflags.rs
tests/testsuite/shell_quoting.rs
tests/testsuite/small_fd_limits.rs
tests/testsuite/support/mod.rs
tests/testsuite/support/publish.rs
tests/testsuite/support/registry.rs
tests/testsuite/test.rs
tests/testsuite/tool_paths.rs
tests/testsuite/update.rs
tests/testsuite/verify_project.rs
tests/testsuite/version.rs
tests/testsuite/warn_on_failure.rs
tests/testsuite/workspaces.rs