A few cosmetic improvements to code & comments in liballoc and libcore

This commit is contained in:
Alexander Regueiro
2019-09-05 17:15:28 +01:00
parent 1fb3c4ec7c
commit b0006dff10
13 changed files with 109 additions and 111 deletions

View File

@@ -290,7 +290,7 @@ impl Error for VarError {
///
/// Note that while concurrent access to environment variables is safe in Rust,
/// some platforms only expose inherently unsafe non-threadsafe APIs for
/// inspecting the environment. As a result extra care needs to be taken when
/// inspecting the environment. As a result, extra care needs to be taken when
/// auditing calls to unsafe external FFI functions to ensure that any external
/// environment accesses are properly synchronized with accesses in Rust.
///