Skip to content

Commit 9e72fd5

Browse files
JakobDegenmeta-codesync[bot]
authored andcommitted
Unbreak OSS windows CI
Summary: Unused feature ig. Our internal and external lint configs being out of sync is incredibly annoying. ___ Differential Revision: D108569176 fbshipit-source-id: f54dab5bfe817bd606629fa9e7f89a7a2a07f8b9
1 parent 1169724 commit 9e72fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/buck2_util/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
#![feature(decl_macro)]
12-
#![feature(linkage)]
12+
#![cfg_attr(not(windows), feature(linkage))]
1313
#![feature(once_cell_try)]
1414
#![feature(used_with_arg)]
1515

0 commit comments

Comments
 (0)