We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c03aee commit 7610ab3Copy full SHA for 7610ab3
src/libcore/ffi.rs
@@ -1,7 +1,7 @@
1
#![stable(feature = "", since = "1.30.0")]
2
#![allow(non_camel_case_types)]
3
4
-//! Utilities related to FFI bindings.
+//! Utilities related to foreign function interface (FFI) bindings.
5
6
use crate::fmt;
7
use crate::marker::PhantomData;
0 commit comments