Various minor/cosmetic improvements to code
This commit is contained in:
parent
4a45578bc5
commit
ee89c088b0
457 changed files with 2384 additions and 2360 deletions
|
@ -188,7 +188,7 @@ mod enum_keyword { }
|
|||
/// For external connections in Rust code.
|
||||
///
|
||||
/// The `extern` keyword is used in two places in Rust. One is in conjunction with the [`crate`]
|
||||
/// keyword to make your Rust code aware of other Rust crates in your project, i.e. `extern crate
|
||||
/// keyword to make your Rust code aware of other Rust crates in your project, i.e., `extern crate
|
||||
/// lazy_static;`. The other use is in foreign function interfaces (FFI).
|
||||
///
|
||||
/// `extern` is used in two different contexts within FFI. The first is in the form of external
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue