Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Point to Rustfmt branch with yield
Browse files Browse the repository at this point in the history
  • Loading branch information
nrc authored and alexcrichton committed Aug 28, 2017
1 parent 25ffb3a commit 144ce17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rls-analysis = "0.6.5"
rls-data = { version = "0.10", features = ["serialize-serde"] }
rls-span = { version = "0.4", features = ["serialize-serde"] }
rls-vfs = { version = "0.4", features = ["racer-impls"] }
rustfmt-nightly = "0.2"
rustfmt-nightly = { git = "https://github.com/rust-lang-nursery/rustfmt", branch = "yield" }
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit 144ce17

Please sign in to comment.