Skip to content

Commit 49be594

Browse files
committed
Remove outdated fixme
1 parent 1ee1d06 commit 49be594

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build_system/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ fn main() {
180180
.or_else(|| config::get_value("target"))
181181
.unwrap_or_else(|| bootstrap_host_compiler.triple.clone());
182182

183-
// FIXME allow changing the location of these dirs using cli arguments
184183
let dirs = path::Dirs {
185184
source_dir: current_dir.clone(),
186185
download_dir: download_dir

0 commit comments

Comments
 (0)