We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9598ed commit 565378aCopy full SHA for 565378a
Cargo.toml
@@ -24,12 +24,3 @@ log = "^0"
24
25
[package.metadata.docs.rs]
26
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