We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8511ed6 + 7610ab3 commit f36490dCopy full SHA for f36490d
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