Skip to content

Commit 4a8933f

Browse files
committed
Use double quotes to appease some TOML parsers
1 parent 1cdd689 commit 4a8933f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ cargo = { path = "tools/cargo" }
6363
# Override rustfmt dependencies both on the repo and the crate (the RLS
6464
# sometimes uses either).
6565
# FIXME should only need the crates.io patch, long term.
66-
[patch.'https://github.com/rust-lang-nursery/rustfmt']
66+
[patch."https://github.com/rust-lang-nursery/rustfmt"]
6767
rustfmt-nightly = { path = "tools/rustfmt" }
6868
[patch.crates-io]
6969
rustfmt-nightly = { path = "tools/rustfmt" }

0 commit comments

Comments
 (0)