Expand abbreviation in core::ffi description
This commit is contained in:
parent
0c03aee8b8
commit
7610ab36f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue