Skip to content

Commit 565378a

Browse files
committed
chore: Remove trick to run tests in module only available with c-types feature
1 parent b9598ed commit 565378a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Cargo.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,3 @@ log = "^0"
2424

2525
[package.metadata.docs.rs]
2626
features = ["std", "c-types"]
27-
28-
# TODO: find a better solution:
29-
# Work around for test with features like c-types to detect compile errors
30-
# like the one introduced with the commit 3a1d15f33e8e418ef6bee2b7b9e096780bd2c8ac
31-
# removing needed lifetime but tests and compilation without c-types did not fail,
32-
# see issue reply https://github.com/rust-lang/cargo/issues/2911#issuecomment-749580481
33-
# for more information
34-
[dev-dependencies]
35-
opaque-pointer = { path = ".", features = ["c-types"] }

0 commit comments

Comments
 (0)