edubkendo / atom-racer

Intelligent code completion for Rust in the Atom Editor. Requires Racer.
MIT License
115 stars 24 forks source link

Add optional "Cargo home directory" setting #66

Closed crumblingstatue closed 8 years ago

crumblingstatue commented 8 years ago

When Cargo is not installed in a standard location, the CARGO_HOME environment variable must be set to the correct location in order for racer to be able to provide completions for Cargo packages.

One example of Cargo being installed in a non-standard path is when using multirust-rs.

edubkendo commented 8 years ago

Thanks for the contribution!