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

Commit d394f86

Browse files
committed
WIP: Use Rustfmt branch for now
1 parent ecae8bb commit d394f86

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ racer = { version = "=2.1.19", default-features = false }
4444
rand = "0.6"
4545
rayon = "1"
4646
rustc_tools_util = "0.1.1"
47-
rustfmt-nightly = "1.0.3"
47+
# rustfmt-nightly = "1.0.3"
48+
rustfmt-nightly = { git = "https://github.com/Xanewok/rustfmt", branch = "modified-lines-for-stdin" }
4849
rustc-serialize = "0.3"
4950
serde = "1.0"
5051
serde_json = "1.0"

0 commit comments

Comments
 (0)