Skip to content

Commit fd49f28

Browse files
committed
libc: Deprecate re-export in favor of core::ffi
1 parent 53b8de3 commit fd49f28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
#![allow(non_snake_case)]
123123
#![cfg_attr(feature = "keep-extern-types", feature(extern_types))]
124124

125+
#[deprecated(note = "Use core::ffi types directly")]
125126
pub mod libc;
126127

127128
mod intrinsics_replacements;

0 commit comments

Comments
 (0)