Expand abbreviation in core::ffi description

This commit is contained in:
pierwill
2020-07-06 14:30:37 -07:00
committed by GitHub
parent 0c03aee8b8
commit 7610ab36f8
+1 -1
View File
@@ -1,7 +1,7 @@
#![stable(feature = "", since = "1.30.0")]
#![allow(non_camel_case_types)]
//! Utilities related to FFI bindings.
//! Utilities related to foreign function interface (FFI) bindings.
use crate::fmt;
use crate::marker::PhantomData;