Skip to content

Commit c0e43e2

Browse files
committed
Incorporate more review feedback.
1 parent f68e889 commit c0e43e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/process.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,8 @@ mod unix {
517517
/// The user name as a C string.
518518
///
519519
/// 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.
520+
/// versions because conversion can cause errors, so it best happens
521+
/// already when creating an object.
522522
c_name: CString,
523523

524524
/// The numerical user ID.

0 commit comments

Comments
 (0)