Skip to content

Commit

Permalink
Rollup merge of #74112 - pierwill:patch-2, r=sfackler
Browse files Browse the repository at this point in the history
Expand abbreviation in core::ffi description
  • Loading branch information
Manishearth authored Jul 7, 2020
2 parents 38f5151 + 7610ab3 commit 73f2069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/ffi.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 73f2069

Please sign in to comment.