summaryrefslogtreecommitdiff
path: root/tests/rustdoc-json/fns/abi.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-json/fns/abi.rs')
-rw-r--r--tests/rustdoc-json/fns/abi.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rustdoc-json/fns/abi.rs b/tests/rustdoc-json/fns/abi.rs
index 0e8b78bc0e6..7a5dbee730c 100644
--- a/tests/rustdoc-json/fns/abi.rs
+++ b/tests/rustdoc-json/fns/abi.rs
@@ -1,7 +1,6 @@
// ignore-tidy-linelength
#![feature(abi_vectorcall)]
-#![feature(c_unwind)]
// @is "$.index[*][?(@.name=='abi_rust')].inner.header.abi" \"Rust\"
pub fn abi_rust() {}