Skip to content

Commit

Permalink
Update RLS and Rustfmt (and Cargo)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrc committed May 4, 2018
1 parent e82261d commit 4952426
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 41 files
+35 −12 src/bin/cargo/cli.rs
+0 −0 src/bin/cargo/command_prelude.rs
+0 −0 src/bin/cargo/commands/bench.rs
+0 −0 src/bin/cargo/commands/build.rs
+0 −0 src/bin/cargo/commands/check.rs
+0 −0 src/bin/cargo/commands/clean.rs
+0 −0 src/bin/cargo/commands/doc.rs
+0 −0 src/bin/cargo/commands/fetch.rs
+0 −0 src/bin/cargo/commands/generate_lockfile.rs
+0 −0 src/bin/cargo/commands/git_checkout.rs
+0 −0 src/bin/cargo/commands/init.rs
+0 −0 src/bin/cargo/commands/install.rs
+0 −0 src/bin/cargo/commands/locate_project.rs
+0 −0 src/bin/cargo/commands/login.rs
+0 −0 src/bin/cargo/commands/metadata.rs
+0 −0 src/bin/cargo/commands/mod.rs
+0 −0 src/bin/cargo/commands/new.rs
+0 −0 src/bin/cargo/commands/owner.rs
+0 −0 src/bin/cargo/commands/package.rs
+0 −0 src/bin/cargo/commands/pkgid.rs
+0 −0 src/bin/cargo/commands/publish.rs
+0 −0 src/bin/cargo/commands/read_manifest.rs
+0 −0 src/bin/cargo/commands/run.rs
+0 −0 src/bin/cargo/commands/rustc.rs
+0 −0 src/bin/cargo/commands/rustdoc.rs
+0 −0 src/bin/cargo/commands/search.rs
+0 −0 src/bin/cargo/commands/test.rs
+0 −0 src/bin/cargo/commands/uninstall.rs
+0 −0 src/bin/cargo/commands/update.rs
+0 −0 src/bin/cargo/commands/verify_project.rs
+0 −0 src/bin/cargo/commands/version.rs
+0 −0 src/bin/cargo/commands/yank.rs
+0 −0 src/bin/cargo/main.rs
+1 −1 src/cargo/ops/cargo_compile.rs
+1 −1 src/cargo/util/config.rs
+3 −6 tests/testsuite/bad_config.rs
+1 −1 tests/testsuite/build.rs
+3 −0 tests/testsuite/build_script.rs
+38 −4 tests/testsuite/cargo_alias_config.rs
+7 −4 tests/testsuite/freshness.rs
+60 −12 tests/testsuite/test.rs
2 changes: 1 addition & 1 deletion src/tools/rls
Submodule rls updated from 99796f to d2f443
2 changes: 1 addition & 1 deletion src/tools/rustfmt

0 comments on commit 4952426

Please sign in to comment.