We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68e889 commit c0e43e2Copy full SHA for c0e43e2
src/process.rs
@@ -517,8 +517,8 @@ mod unix {
517
/// The user name as a C string.
518
///
519
/// This is used internally. We keep both the string and C string
520
- /// versions because conversion can cause errors and we want to catch
521
- /// those early.
+ /// versions because conversion can cause errors, so it best happens
+ /// already when creating an object.
522
c_name: CString,
523
524
/// The numerical user ID.
0 commit comments