We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b8de3 commit fd49f28Copy full SHA for fd49f28
1 file changed
src/lib.rs
@@ -122,6 +122,7 @@
122
#![allow(non_snake_case)]
123
#![cfg_attr(feature = "keep-extern-types", feature(extern_types))]
124
125
+#[deprecated(note = "Use core::ffi types directly")]
126
pub mod libc;
127
128
mod intrinsics_replacements;
0 commit comments