Skip to content

Commit c8e232d

Browse files
ffi/mod.rs: Keep the one-sentence summary at the beginning of the module
1 parent 0264510 commit c8e232d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstd/ffi/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
//! Utilities related to FFI bindings.
12+
//!
1113
//! This module provides utilities to handle data across non-Rust
1214
//! interfaces, like other programming languages and the underlying
1315
//! operating system. It is mainly of use for FFI (Foreign Function

0 commit comments

Comments
 (0)