]> git.lizzy.rs Git - rust.git/commit
Auto merge of #6679 - flip1995:ra_setup_abs_path, r=Manishearth
authorbors <bors@rust-lang.org>
Fri, 5 Feb 2021 17:48:46 +0000 (17:48 +0000)
committerbors <bors@rust-lang.org>
Fri, 5 Feb 2021 17:48:46 +0000 (17:48 +0000)
commita507c27660d05f37307369d30bee9e82ce3a11e1
treed36e6a1b1ffb4647fa021ec3b72a820b9c896380
parent89f266a0825bd73fcc05e3a6d5991c0b5adafcb0
parent79dbf10736defbfee05ba95083ba6e2a012f6cef
Auto merge of #6679 - flip1995:ra_setup_abs_path, r=Manishearth

Use absolute path to Rust repo in ra_setup

This will convert the path to the Rust repo to an absolute path. This is
important for the clippy_lints/Cargo.toml file. Otherwise if a relative
path is passed, rst-analyzer won't find the Rust repo, because it starts
the relative path search from the clippy_lints dir, not the
rust-clippy dir where the ra_setup command was run from.

changelog: none