Skip to content

Commit

Permalink
cleanup: Remove the const-extern-fn feature
Browse files Browse the repository at this point in the history
Since moving from a feature to a `cfg`, this feature is unneeded. Remove
it in 1.0.

Not intended for backport.
  • Loading branch information
tgross35 committed Nov 26, 2024
1 parent e18ee8c commit e6d7b51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,5 @@ std = []
rustc-dep-of-std = ["rustc-std-workspace-core"]
extra_traits = []

# `const-extern-function` is deprecated and no longer does anything
# FIXME(1.0): remove this completely
const-extern-fn = []

[workspace]
members = ["libc-test"]
1 change: 0 additions & 1 deletion ci/verify-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ test_target() {

# Test with expected combinations of features
$cmd
$cmd --features const-extern-fn
$cmd --features extra_traits

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

0 comments on commit e6d7b51

Please sign in to comment.