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

Commit 2290b39

Browse files
committed
Use branch of Rustfmt with libsyntax changes
1 parent 7029815 commit 2290b39

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rls-analysis = "0.4"
2020
rls-data = "0.7"
2121
rls-span = { version = "0.4" , features = ["serialize-serde"] }
2222
rls-vfs = { version = "0.4", features = ["racer-impls"] }
23-
rustfmt-nightly = "0.1"
23+
rustfmt-nightly = { git = "https://github.com/rust-lang-nursery/rustfmt", branch = "rustfmt-42492" }
2424
serde = "1.0"
2525
serde_json = "1.0"
2626
serde_derive = "1.0"

0 commit comments

Comments
 (0)