Skip to content

Commit ebb1a48

Browse files
authoredNov 23, 2018
Merge branch 'master' into frewsxcv-dyn
2 parents 033cbfe + 821bad3 commit ebb1a48

File tree

204 files changed

+2034
-1218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+2034
-1218
lines changed
 

‎CONTRIBUTING.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -494,16 +494,11 @@ the version in `Cargo.lock`, so the build can no longer continue.
494494
To resolve this, we need to update `Cargo.lock`. Luckily, cargo provides a
495495
command to do this easily.
496496

497-
First, go into the `src/` directory since that is where `Cargo.toml` is in
498-
the rust repository. Then run, `cargo update -p rustfmt-nightly` to solve
499-
the problem.
500-
501497
```
502-
$ cd src
503498
$ cargo update -p rustfmt-nightly
504499
```
505500

506-
This should change the version listed in `src/Cargo.lock` to the new version you updated
501+
This should change the version listed in `Cargo.lock` to the new version you updated
507502
the submodule to. Running `./x.py build` should work now.
508503

509504
## Writing Documentation

‎src/Cargo.lock renamed to ‎Cargo.lock

+108-68
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)