Skip to content

Commit 2b19330

Browse files
committed
CONTRIBUTING.md: Add println! to Don't panic!
1 parent 7b5cdc8 commit 2b19330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ submit a patch!
122122

123123
### Don't `panic!`
124124

125-
The coreutils should be very reliable. This means that we should never `panic!`.
126-
Therefore, you should avoid using `.unwrap()` and `panic!`. Sometimes the use of
125+
The coreutils should be very reliable. This means that we should never `panic!`.
126+
Therefore, you should avoid using `println!`, `.unwrap()` and `panic!`. Sometimes the use of
127127
`unreachable!` can be justified with a comment explaining why that code is
128128
unreachable.
129129

0 commit comments

Comments
 (0)