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

Commit

Permalink
Remove now-obsolete FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Mar 27, 2018
1 parent 98ca1f9 commit d3308dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/build/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,6 @@ pub fn make_cargo_config(build_dir: &Path,
let target_dir = target_dir
.map(|d| d.to_str().unwrap().to_owned())
.unwrap_or_else(|| {
// FIXME(#730) should be using the workspace root here, not build_dir
build_dir
.join("target")
.join("rls")
Expand Down

0 comments on commit d3308dd

Please sign in to comment.