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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;