Skip to content

Commit f36490d

Browse files
authored
Rollup merge of #74112 - pierwill:patch-2, r=sfackler
Expand abbreviation in core::ffi description
2 parents 8511ed6 + 7610ab3 commit f36490d

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)