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

Commit e89a955

Browse files
authored
Merge pull request #1398 from Xanewok/remove-link-args
Remove now-unnecessary `link_args`
2 parents 06aba01 + 4da16c8 commit e89a955

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

rls/src/main.rs

-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
//! functionality such as 'goto definition', symbol search, reformatting, and
66
//! code completion, and enables renaming and refactorings.
77
8-
// See rustc/rustc.rs in rust repo for explanation of stack adjustments.
9-
#![feature(link_args)]
10-
#[allow(unused_attributes)]
11-
#[cfg_attr(all(windows, target_env = "msvc"), link_args = "/STACK:16777216")]
12-
#[cfg_attr(all(windows, not(target_env = "msvc")), link_args = "-Wl,--stack,16777216")]
13-
extern "C" {}
14-
158
use log::warn;
169
use rls_rustc as rustc_shim;
1710

0 commit comments

Comments
 (0)