Skip to content

Commit

Permalink
Expand abbreviation in core::ffi description
Browse files Browse the repository at this point in the history
  • Loading branch information
pierwill authored Jul 6, 2020
1 parent 0c03aee commit 7610ab3
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 7610ab3

Please sign in to comment.