Skip to content

Commit f553ebb

Browse files
authored
Merge pull request rust-lang#316 from jonasbb/patch-1
RLS's target_dir should be a subdirectory of target/
2 parents 309ad0c + e3884bb commit f553ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
"string",
304304
"null"
305305
],
306-
"default": "rls",
306+
"default": "target/rls",
307307
"description": "When specified, it places the generated analysis files at the specified target directory. By default it is placed target/rls directory."
308308
}
309309
}

0 commit comments

Comments
 (0)