mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
79dbf10736
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.