Skip to content

Commit

Permalink
ffi/mod.rs: Keep the one-sentence summary at the beginning of the module
Browse files Browse the repository at this point in the history
  • Loading branch information
federicomenaquintero committed Oct 11, 2017
1 parent 0264510 commit c8e232d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libstd/ffi/mod.rs
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

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

0 comments on commit c8e232d

Please sign in to comment.