Skip to content

Commit e6d7b51

Browse files
committed
cleanup: Remove the const-extern-fn feature
Since moving from a feature to a `cfg`, this feature is unneeded. Remove it in 1.0. Not intended for backport.
1 parent e18ee8c commit e6d7b51

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,5 @@ std = []
140140
rustc-dep-of-std = ["rustc-std-workspace-core"]
141141
extra_traits = []
142142

143-
# `const-extern-function` is deprecated and no longer does anything
144-
# FIXME(1.0): remove this completely
145-
const-extern-fn = []
146-
147143
[workspace]
148144
members = ["libc-test"]

ci/verify-build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ test_target() {
6262

6363
# Test with expected combinations of features
6464
$cmd
65-
$cmd --features const-extern-fn
6665
$cmd --features extra_traits
6766

6867
# Test again without default features, i.e. without "std"

0 commit comments

Comments
 (0)