-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cargo
updated
18 files
+52 −54 | Cargo.lock | |
+17 −20 | Cargo.toml | |
+9 −0 | crates/cargo-test-support/src/registry.rs | |
+56 −32 | crates/mdman/src/hbs.rs | |
+1 −1 | crates/rustfix/Cargo.toml | |
+9 −0 | crates/rustfix/src/lib.rs | |
+135 −87 | src/cargo/ops/fix.rs | |
+1 −1 | src/cargo/util/diagnostic_server.rs | |
+124 −641 | src/cargo/util/toml/embedded.rs | |
+11 −0 | src/cargo/util/toml/targets.rs | |
+2 −2 | src/doc/contrib/src/team.md | |
+2 −0 | tests/testsuite/cross_compile.rs | |
+2 −176 | tests/testsuite/fix.rs | |
+510 −0 | tests/testsuite/fix_n_times.rs | |
+1 −0 | tests/testsuite/main.rs | |
+5 −0 | tests/testsuite/proc_macro.rs | |
+56 −1 | tests/testsuite/pub_priv.rs | |
+3 −4 | triagebot.toml |