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

Commit f4e6f16

Browse files
committed
Depend on the span branch of rustfmt
to land rust-lang/rust#43968
1 parent 85724ef commit f4e6f16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rls-analysis = "0.6.5"
2121
rls-data = { version = "0.10", features = ["serialize-serde"] }
2222
rls-span = { version = "0.4", features = ["serialize-serde"] }
2323
rls-vfs = { version = "0.4", features = ["racer-impls"] }
24-
rustfmt-nightly = "0.2"
24+
rustfmt-nightly = { git = "https://github.com/rust-lang-nursery/rustfmt", branch="span" }
2525
serde = "1.0"
2626
serde_json = "1.0"
2727
serde_derive = "1.0"

0 commit comments

Comments
 (0)