Skip to content

Commit 7610ab3

Browse files
authored
Expand abbreviation in core::ffi description
1 parent 0c03aee commit 7610ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/ffi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![stable(feature = "", since = "1.30.0")]
22
#![allow(non_camel_case_types)]
33

4-
//! Utilities related to FFI bindings.
4+
//! Utilities related to foreign function interface (FFI) bindings.
55
66
use crate::fmt;
77
use crate::marker::PhantomData;

0 commit comments

Comments
 (0)