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

Commit 4da16c8

Browse files
committed
Remove now-unnecessary link_args
Removed in rust-lang/rust#56732.
1 parent 6840dd6 commit 4da16c8

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)